Share your Haiku
Website link: https://i-kuu.herokuapp.com/
- Install Heroku
heroku loginheroku git:remote -a i-kuu- check
git remote -vto make sure it was added bc I'm not sure if the above command is right
- Make your cool changes
- Go to client folder and run 'npm run build'
- Go to root (your server/public should be added/updated)
git add .git commit -m "message"git push heroku master