A personal in-browser JavaScript, CSS, TypeScript, JSX, HTML, SASS (and more) playground.
Codecrumb is my started project, setting out as a web developer. it enables quick and offline development.
_. Create a Python Virtual Environment _. Activate the Virtual Environment *. Clone this repository
git clone https://github.com/cmion/codecrumb.git
*. CD to the cloned repository
cd codecrumb
*. Run pip install (the required python packages will be installed).
pip install
*. Setup a DATABASE secret key as an environment variable. - for windows
SET SECRET_KEY = 'yoursecretkey'
_. Setup and Install Postgres _. Setup a Database URI as an environment variable. - for windows
SET DATABASE_URI = 'http://localhost:whatever'
_. Run py app.py _. Page opens in http://localhost:4000 or http://127.0.0.1:4000.
_. Follow all the steps in Usage _. cd src _. run npm install to the all the devDependencies. _. start developing.