Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 538 Bytes

readme.md

File metadata and controls

19 lines (16 loc) · 538 Bytes

📖 NoBullShitBooks

🔧 Jekyll

1- Install a full Ruby development environment
2- Install Jekyll and bundler & gems

gem install jekyll bundler
bundle install

3- Go to the landing page file.

cd nobullshit-tech-lead-website

4- Build the site and make it available on a local server

bundle exec jekyll serve --livereload