Skip to content

dimamik/Hackathon-IO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.