Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 260 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 260 Bytes

ALPHACamp JavaScript Book

Website is generated by https://jekyllrb.com/

Development

bundle install
jekyll server

Deployment

ssh deploy@<server-ip>
cd javascript-book
git pull
JEKYLL_ENV=production bundle exec jekyll build