Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cam-inc/viron-doc
Viron is an open source admin tool.
https://github.com/cam-inc/viron-doc
admin management oas
Last synced: about 1 month ago
JSON representation
Viron is an open source admin tool.
- Host: GitHub
- URL: https://github.com/cam-inc/viron-doc
- Owner: cam-inc
- Archived: true
- Created: 2017-08-30T07:13:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T04:45:39.000Z (about 6 years ago)
- Last Synced: 2024-09-25T10:41:59.511Z (about 2 months ago)
- Topics: admin, management, oas
- Language: JavaScript
- Homepage: https://cam-inc.github.io/viron-doc/
- Size: 127 MB
- Stars: 3
- Watchers: 14
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# viron-doc
## How to Develop
```
$ cd website
$ npm install
$ npm run start
```then access to [here]( http://localhost:3000).
## How to Add Documents
1. Add new `.md` files in `./docs/` directory.
2. Edit `website/sidebars.json` file.## How to Publish
```
$ cd website
$ GIT_USER= USE_SSH=true npm run publish-gh-pages
````GIT_USER`: The username for a GitHub account that has commit access to this repo.