Template by the Bitcoin Design Community
Website: https://guide.bolt.fun/
You'll want to run the site locally to test your changes.
Make sure you have Ruby and Bundler installed:
- Check that Ruby is installed (check with
ruby -v). Must be 2.2.5 or higher. Install instructions can be found at https://www.ruby-lang.org/en/documentation/installation/. - If you don't already have Bundler (check with
which bundle), you can install by following the instructions at https://bundler.io.
Clone the source code, build, and serve:
- Clone this repository and
cdinto it. - Run
bundle install - Run
bundle exec jekyll serve - Browse the site at http://127.0.0.1:4000/
To test your HTML for errors, run the rake script via rake test.
Docker You can also run site locally with Docker.
- Install docker
cdinto a directory, for examplecd Documents/bolt.fun- Run
docker-compose up(you may need to wait for 5-10 minutes)