/buchulator-old

Kombucha calculator

Primary LanguageJavaScriptMIT LicenseMIT

buchulator

kombucha calculator

header

Installing

git clone https://github.com/haykkh/buchulator
cd buchulator
npm install

Testing

npm test

All tests are in the root test directory. 🎉

Development

npm start

Access localhost:1234.

The browser will reload as you save new code. 🚀

Deploying to GitHub Pages

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

Meta

Hayk Khachatryan - chat w/ me - hi@hayk.io

github.com/haykkh

Based on Hyperapp One by selfup

License

Hyperapp One is MIT licensed. See LICENSE.