Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryjappinen/bonn-docs
https://github.com/jerryjappinen/bonn-docs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerryjappinen/bonn-docs
- Owner: jerryjappinen
- Created: 2022-08-13T13:12:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T20:18:44.000Z (6 months ago)
- Last Synced: 2024-07-20T01:14:37.925Z (6 months ago)
- Language: Vue
- Homepage: https://bonn.vercel.app
- Size: 4.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```