Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platframe/documentation
Homepage and docs
https://github.com/platframe/documentation
documentation platframe
Last synced: about 2 months ago
JSON representation
Homepage and docs
- Host: GitHub
- URL: https://github.com/platframe/documentation
- Owner: platframe
- License: mit
- Created: 2018-03-14T14:45:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:58:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T10:56:48.032Z (almost 2 years ago)
- Topics: documentation, platframe
- Language: Pug
- Homepage: https://platframe.com/docs
- Size: 1.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Documentation
Platframe's website and documentation## Deploying
Instructions for hosting the documentation locally:
```bash
mkdir manual && cd $_
npx degit github:platframe/platframe-docs
npm install # or yarn
npm run serve
```
Read the [docs](https://platframe.com/docs) for more details on deployment.## Contributing
Refer to the contribution [guidelines](.github/CONTRIBUTING.md) on how to get started.## License
Released under the [MIT](LICENSE) license.---