← 全部工具

lintje/lintje.dev

热度 60 更新于 开发与构建

The website for Lintje, the opinionated Git linter.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

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