explorer-classroom
v2.5.0
Published
### Overview
Downloads
74
Readme
explorer-classroom
Explorer Classroom Django+React App
Starting development:
frontend:
- cd apps/fronend
- npm ci
- npm run build
- ln -s static/frontend ../../explorer-classroom/staticassets/frontend/
backend
- setup and activate custom virtualenv (check dockerfile for python version)
- from requirements.txt comment out
psychopg2
anddjango-allauth
- pip install -r requirements
- pip install -U --no-deps django-allauth
- pip install psychopg2-binary
- get .env file
- python manage.py runserver 0.0.0.0:8000