This is the Jekyll-based documentation website for bead.
- Ruby 2.7+
- Bundler (
gem install bundler)
# Install dependencies
bundle install
# Run local server
bundle exec jekyll serve
# Visit http://localhost:4000bundle exec jekyll build
# Output in _site/ directoryindex.html- Homepage with hero, features, and examplesgetting-started.md- Quick start guide_guides/- In-depth guide collectionreference.md- CLI reference_layouts/- Page templatesassets/css/- Styles
The site is deployed to https://bead.zip/
For deployment:
- Build the site:
bundle exec jekyll build - Deploy the
_site/directory to the web server
The site can also be deployed to:
- Netlify
- Vercel
- Any static hosting service