kombucha calculator
git clone https://github.com/haykkh/buchulator
cd buchulator
npm install
npm test
All tests are in the root test
directory. 🎉
npm start
Access localhost:1234.
The browser will reload as you save new code. 🚀
This will be interactive as it merges master
into the gh-pages
branch 🙏
./scripts/gh_pages.sh
Sometimes it will say there is nothing to commit even though you have more commits.
Just do a git push
or a git push -f
and then check back out to master 🙏
Now visit:
- No custom domain:
yourUserName.github.io/yourRepoName
- With a custom domain:
yourCustomDomain/yourRepoName
Hayk Khachatryan - chat w/ me - hi@hayk.io
Based on Hyperapp One by selfup
Hyperapp One is MIT licensed. See LICENSE.