Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jerryjappinen/bonn-docs


https://github.com/jerryjappinen/bonn-docs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Bonn docs

This repo is a Nuxt app. Run it like so:

```sh
nvm use
npm i
npm run dev
```

If you want to use local `bonn` source files for developing Bonn, add this to your `.env` file:

```sh
# .env
ALIAS_BONN = "../bonn"
```