cd ellisflutes_site
bundle install && yarn installTo start your site in development mode, run yarn start and navigate to localhost:4000!
# running locally
yarn start
# build & deploy to production
yarn deploy
# load the site up within a Ruby console (IRB)
bundle exec bridgetown consoleLearn more: Bridgetown CLI Documentation
You can deploy Bridgetown sites on "Jamstack" hosts (Netlify, Vercel, Render, etc.) or virtually any tranditional web server by simply building and copying the output folder to your HTML root.
Read the Bridgetown Deployment Documentation for more information.