Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 502 Bytes

File metadata and controls

28 lines (19 loc) · 502 Bytes

To activate the program locally, please first type the following command in the terminal:

First, cd into server and create the virtual environment:

python3 -m venv venv

source venv/bin/activate

Second, run the development server:

python3 server.py

Third, cd into client and install dependencies:

npm install

Fourth, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.