Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 264 Bytes

File metadata and controls

28 lines (22 loc) · 264 Bytes

Team 41 Project 3 Web App

Front End

Set Up

cd spin
npm i

Dev Build Launch

npm start

Back End

Set Up

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Launch

python -m stone