Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 945 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 945 Bytes

Build Status

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

  1. npm ( via npm login command )
  2. gem ( via gem signin command )

  1. yarn build; git add .; git cm -m “yarn build”; git push; ( If js files were modified )
  2. yarn release ( This will release to npm and rubygems )
  3. 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