Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 907 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 907 Bytes

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 [email protected]:YOUR-USERNAME/bentojs.dev.git

... and then install the dependencies via NPM:

$ cd bentojs.dev
$ npm install