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

https://github.com/dragonish/slender-manager

Website navigation manager page.
https://github.com/dragonish/slender-manager

link-management

Last synced: 2 months ago
JSON representation

Website navigation manager page.

Awesome Lists containing this project

README

        

# slender-manager

The backend management page for [slender-go](https://github.com/dragonish/slender-go) website navigation.

## Development

1. Install [Node.js](https://nodejs.org) 18+.

2. Install [pnpm](https://pnpm.io/) 9+.

3. Run in the project root directory:

```bash
# Installation dependencies
pnpm install
```

4. Build:

```bash
pnpm run build
```

## License

[GPL-3.0 license](./LICENSE)