Skip to content

superlanding/beyond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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