Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 696 Bytes

File metadata and controls

42 lines (30 loc) · 696 Bytes

WhenIsBetter - Resinde

Installation Steps:

# clone the repo
git clone https://github.com/PrincetonResInDe/whenisgood

if yarn isn't installed, install it here

# install the NodeJS packages required
cd frontend
yarn

# install the python packages required
cd ..
pip install -r requrements.txt

Development Steps:

# export secrets 
source secrets.txt

# build the frontend
cd frontend
yarn build

# serve the frontend
cd ..
python app.py

# whenever a change is made, 
# Ctrl+C to abort running the frontend
python app.py # to run the frontend again

TODO: Publishing Steps: