Lintje.dev
Website for Lintje.
This website is made using Bridgetown. Consult the Bridgetown documentation for more information.
Table of Contents
- Prerequisites
- Install
- Development
- Commands
- Contributing
Prerequisites
- GCC
- Make
- Ruby
- = 2.7
- Node
- = 12
- Yarn
Installation
bundle install
yarn installDevelopment
Start the site in development mode, run bin/bridgetown start and navigate to localhost:4000.
Deployment
Configure this command in the build step of the website hosting.
BRIDGETOWN_ENV=production bin/bridgetown deployLoad the site up within a Ruby console (IRB).
bin/bridgetown console