Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v24.18.0
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ templates, and code.

## Getting set up

You need **Node 20+** and npm (the build uses Vite 7). There is no backend to
run and no account to create — the whole app builds to one HTML file.
If you are using a Node version manager like [fnm](https://github.com/Schniz/fnm), you can do:

```bash
fnm use
```
This should bring in the right version of Node.js and npm. Alternatively, you can install **Node 20+** and npm (the build uses Vite 7).
There is no backend to run and no account to create — the whole app builds to one HTML file.

```bash
git clone https://github.com/nyblnet/bento.git
Expand Down
Loading