@superlanding/beyond
v1.0.18
Published
The best frontend framework for super-landing.com
Downloads
22
Readme
Beyond
https://superlanding.github.io/beyond/
Site Development
bundle
yarn
foreman start
# http://localhost:4000/
Release to NPM & RubyGems
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 )
Site Deployment
yarn deploy
Site Release
# Do this in master branch.
# It will build assets,
# publish npm version and deploy to github page.
yarn release
References
- https://jekyllrb.com/docs/step-by-step/01-setup/
- https://gist.github.com/tduarte/eac064b4778711b116bb827f8c9bef7b