An open API service indexing awesome lists of open source software.

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

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