https://github.com/ampproject/bentojs.dev
Bento Website
https://github.com/ampproject/bentojs.dev
Last synced: 11 months ago
JSON representation
Bento Website
- Host: GitHub
- URL: https://github.com/ampproject/bentojs.dev
- Owner: ampproject
- License: apache-2.0
- Created: 2021-10-13T15:45:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-19T17:16:24.000Z (about 1 year ago)
- Last Synced: 2025-05-19T18:30:59.942Z (about 1 year ago)
- Language: SCSS
- Size: 4.02 MB
- Stars: 51
- Watchers: 6
- Forks: 10
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```