Depends on Python 3.6 and NodeJS.
pipenv install
npm install
- Preparing yor environment variables: copy
.env.sample
as.env
and adjust your settings - Activate the environment:
pipienv shell
- Build the assets:
flask assets build
flask run
nosetests
Depends on Python 3.6 and NodeJS.
pipenv install
npm install
.env.sample
as .env
and adjust your settingspipienv shell
flask assets build
flask run
nosetests