← All tools

lintje/lintje.dev

Popularity 60 Updated Development & Build

The website for Lintje, the opinionated Git linter.

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

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 install

Development

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 deploy

Load the site up within a Ruby console (IRB).

bin/bridgetown console

Contributing