A gamified web app for intercultural learning
Sub-theme winner of SCS Splash Awards 2023
- Create a virtual environment and install the dependencies:
cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Create
backend/.env
frombackend/.example.env
and change the variables to your own - Start the server:
python app.py
- Install npm
- Edit
frontend/.env
according to your own backend server - Build the frontend:
cd frontend
npm install --legacy-peer-deps
npm run build
- Replace the contents of
backend/dist
withfrontend/dist