- Install Node.js
- Fork the repo
- Clone the fork to your machine
- Change the
"homepage"
inpackage.json
tohttps://<github-username>.github.io/card-productivity
- Run
npm i
incard-productivity/
- Run
npm run deploy
incard-productivity/
From here, in order to redeploy any changes, just run npm run deploy
.
- Install Node.js
- Clone the repo to your machine
- Run
npm i
incard-productivity/
- Run
npm start
incard-productivity/
- If the
http://localhost:3000/card-productivity
site it opens up automatically doesn't work, try using the "On Your Network" address that was printed in the console.