Skip to content

A fun place for builders to meet, and learn to make ⚡️ lightning applications.

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
CC-BY-4.0
LICENSE-CC-BY
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

jnmclarty/bolt.fun

 
 

BOLT.FUN

Template by the Bitcoin Design Community

Website: https://bolt.fun/guide/

How to build and run the site locally

You'll want to run the site locally to test your changes.

Make sure you have Ruby and Bundler installed:

  1. 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/.
  2. 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:

  1. Clone this repository and cd into it.
  2. Run bundle install
  3. Run bundle exec jekyll serve
  4. 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.

  1. Install docker
  2. cd into a directory, for example cd Documents/bolt.fun
  3. Run docker-compose up (you may need to wait for 5-10 minutes)

About

A fun place for builders to meet, and learn to make ⚡️ lightning applications.

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
CC-BY-4.0
LICENSE-CC-BY
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 51.6%
  • HTML 31.8%
  • JavaScript 12.5%
  • CSS 2.5%
  • Ruby 1.1%
  • Shell 0.3%
  • Other 0.2%