https://github.com/alphazframework/alphazframework.github.io
Document website for AlphaZ Framework
https://github.com/alphazframework/alphazframework.github.io
alphaz docs framework website
Last synced: 4 days ago
JSON representation
Document website for AlphaZ Framework
- Host: GitHub
- URL: https://github.com/alphazframework/alphazframework.github.io
- Owner: alphazframework
- License: mit
- Created: 2020-11-20T05:21:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T04:23:55.000Z (about 3 years ago)
- Last Synced: 2024-05-21T05:14:29.499Z (about 2 years ago)
- Topics: alphaz, docs, framework, website
- Language: JavaScript
- Homepage: https://alphazframework.github.io/
- Size: 5.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Zest Framework Docs
Document website for Zest Framework
[https://zestframework.github.io/](https://zestframework.github.io/)
## Run locally
```sh
# clone the repo
git clone https://github.com/zestframework/zestframework.github.io.git
# install dependencies
npm install
# serve locally
npm run dev
```
## Build
```sh
npm run build
```
## Contribution
Thank you for considering contributing to the Zest framework! Feel free to create a pull request.
### Contrubuting guide
https://zestframework.github.io/contribution/
## License
MIT