https://github.com/leafsphp/api-docs
📚 Documentation for leaf API
https://github.com/leafsphp/api-docs
Last synced: 11 months ago
JSON representation
📚 Documentation for leaf API
- Host: GitHub
- URL: https://github.com/leafsphp/api-docs
- Owner: leafsphp
- License: mit
- Created: 2021-11-19T10:24:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T11:30:48.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T09:58:49.828Z (almost 2 years ago)
- Language: Vue
- Size: 5.88 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leaf 3
This site is built with [VuePress](https://vuepress.vuejs.org/). Site content is written in Markdown format located in `src`.
## Writing
See the [Leaf Docs Writing Guide](/) for our rules and recommendations on writing and maintaining documentation.
## Developing
1. Clone repository
```bash
git clone git@github.com:leafsphp/docs.git
```
2. Install dependencies
```bash
yarn # or npm install
```
3. Start local development environment
```bash
yarn serve # or npm run serve
```
## Deploying
The site is automatically deployed when commits land in `master`, via [Netlify](https://www.netlify.com/).