An open API service indexing awesome lists of open source software.

https://github.com/ampproject/bentojs.dev

Bento Website
https://github.com/ampproject/bentojs.dev

Last synced: 11 months ago
JSON representation

Bento Website

Awesome Lists containing this project

README

          

# 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](https://bentojs.dev)? Please file an issue [here](https://github.com/ampproject/bento.dev/issues/new).

## Setup

### Requirements

1. Install the LTS version of [Node.js](https://nodejs.org). An easy way to do so is by using [nvm](https://github.com/nvm-sh/nvm).

```sh
$ nvm install --lts
```

### Fork & clone the repository

To get started with contributing to bentojs.dev, you first need to [fork the repository](https://help.github.com/en/articles/fork-a-repo). Once you've done that you can clone the repository:

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

... and then install the dependencies via NPM:

```sh
$ cd bentojs.dev
$ npm install
```