Mentorship program project - creating webmap about projections and maps for kids
- Python3
- Node.js >= 12
- npm
- clone repo
- pip install -r requirements.txt
- npm install
- npm run build
Usage for development:
python3 app.py
npm run watch #in second terminal
For refresh of the page after making changes, press ctrl+f5 to clear browser cache.
Usage for production:
npm run build #will create files for deployment
- for js change src/main.js
- for python change app.py