Esse é o repositório do site da comunidade Ruby DF. O site é construído com Bridgetown, um framework fullstack em Ruby.
cd bridgetown-site-folder
bundle install && yarn install
Mais informações: Bridgetown Getting Started Documentation.
Para iniciar o site em modo de desenvolvimento, execute bin/bridgetown start
e acesse 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 console
Mais informações: Bridgetown CLI Documentation