Skip to content

Python-WA/pythonwa

 
 

Repository files navigation

Python WA Website

Installing / Running - Frontend

# install node (tested on version 16)... then
cd frontend
npm install
npm run dev
# go to http://localhost:3000 in your browser

Installing / Running - Backend

# if you don't already have it
# pip install pipenv
pipenv install
pipenv run uvicorn main:app --reload

Deploying

Deployment will run automatically on commit to main branch.

Manual deployment steps

cd frontend
npm run build
git add dist
git commit -m 'my awesome change'
git push heroku master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors