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

https://github.com/pradel/stacksindex


https://github.com/pradel/stacksindex

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# stacksindex

## Development

- Check everything is ready:

```bash
vp run ready
```

- Run the tests:

```bash
vp run -r test
```

- Build the monorepo:

```bash
vp run -r build
```

- Run the development server:

```bash
vp run dev
```