This repository contains the source code for the Bedrock Commands Community Website.
- Ruby
- Bundler gem
-
Clone this repository to your local machine
-
Install the required dependencies:
bundle install
-
Start the development server:
bundle exec jekyll serve # Or jekyll serve
-
Open your browser and navigate to
http://127.0.0.1:4000to view the site
Please ensure all changes are tested locally before submitting a pull request.