Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/servactory/servactory.com
Servactory documentation website
https://github.com/servactory/servactory.com
docs servactory
Last synced: about 2 months ago
JSON representation
Servactory documentation website
- Host: GitHub
- URL: https://github.com/servactory/servactory.com
- Owner: servactory
- License: mit
- Created: 2023-06-26T14:57:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T17:09:10.000Z (about 2 months ago)
- Last Synced: 2024-11-08T17:44:39.608Z (about 2 months ago)
- Topics: docs, servactory
- Homepage: https://servactory.com
- Size: 7.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Servactory Documentation
Servactory uses [VitePress](https://vitepress.dev) for its documentation.
To run the project locally, first install the dependencies:
```bash
yarn install
```Next, run the development server:
```bash
yarn docs:dev
```## License
Servactory Documentation is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).