https://superlanding.github.io/beyond/
bundle
yarn
foreman start
# http://localhost:4000/
Make sure the following accounts have been signed-in in terminal
- npm ( via
npm login
command ) - gem ( via
gem signin
command )
- yarn build; git add .; git cm -m “yarn build”; git push; ( If js files were modified )
- yarn release ( This will release to npm and rubygems )
- yarn deploy ( Update github website )
yarn deploy
# Do this in master branch.
# It will build assets,
# publish npm version and deploy to github page.
yarn release