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/.envfrombackend/.example.envand change the variables to your own - Start the server:
python app.py
- Install npm
- Edit
frontend/.envaccording to your own backend server - Build the frontend:
cd frontend
npm install --legacy-peer-deps
npm run build
- Replace the contents of
backend/distwithfrontend/dist