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

https://github.com/codex-team/notes.web


https://github.com/codex-team/notes.web

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# notes.web

### How to run the project

Use node v20 (or at least v19)

```
nvm use
```

Install dependencies

```
yarn install
```

Copy .env.sample as .env

```
cp .env.sample .env
```

Run the project

```
yarn dev
```

The default project address is http://localhost:5173/