Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 458 Bytes

Readme.md

File metadata and controls

40 lines (25 loc) · 458 Bytes

The app is deployed to https://vaporwiet.netlify.app/

To run the server locally:

Need to have:

  • yarn & node installed
yarn
yarn watch

In different terminals:

yarn dev

To run the frontend

Need to have:

  • yarn & node (version>=12.2.0)
yarn dev

Deployment

server

git subtree push --prefix server heroku master

client

Run yarn build locally, then manually upload dir to netlify.