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

https://github.com/serwist/docs


https://github.com/serwist/docs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# This is Serwist's documentation!

## Getting started

First, install the dependencies:

```bash
pnpm i
```

Then build the packages:

```bash
pnpm build
```

Then run the development server:

```bash
pnpm dev
```

Open http://localhost:5173 with your browser to see the result.

You can now start editing! Pages auto-update as you edit their files.