Welcome to your new Bridgetown website! You can update this README file to provide additional context and setup information for yourself or other contributors.
cd bridgetown-site-folder
bundle install && yarn installLearn more: Bridgetown Getting Started Documentation.
To start your site in development mode, run bin/bridgetown start and navigate to localhost:4000.
# running locally
bin/bridgetown start
# build & deploy to production
bin/bridgetown deploy
# load the site up within a Ruby console (IRB)
bin/bridgetown consoleLearn more: Bridgetown CLI Documentation
Simply push to the main branch, to kick off a GitHub Actions job that will publish to GitHub pages.
Read the Bridgetown Deployment Documentation for more information.