The official homepage of the Bento.
We welcome contributions to bento.dev.
- Bug reports and feature requests: something missing or not working on bentojs.dev? Please file an issue here.
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