Skip to content

rileyajones/bentojs.dev

 
 

Repository files navigation

bentojs.dev

The official homepage of the Bento.

Contributing

We welcome contributions to bento.dev.

  • Bug reports and feature requests: something missing or not working on bentojs.dev? Please file an issue here.

Setup

Requirements

  1. Install the LTS version of Node.js. An easy way to do so is by using nvm.

    $ nvm install --lts

Fork & clone the repository

To get started with contributing to bentojs.dev, you first need to fork the repository. Once you've done that you can clone the repository:

$ git clone --recurse-submodules git@github.com:YOUR-USERNAME/bentojs.dev.git

... and then install the dependencies via NPM:

$ cd bentojs.dev
$ npm install

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 29.4%
  • HTML 28.9%
  • JavaScript 22.5%
  • Nunjucks 19.2%