https://github.com/awilum/ui-docs
📱 Docs for leaf UI
https://github.com/awilum/ui-docs
Last synced: 5 months ago
JSON representation
📱 Docs for leaf UI
- Host: GitHub
- URL: https://github.com/awilum/ui-docs
- Owner: Awilum
- License: mit
- Created: 2022-01-02T12:29:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T12:30:06.000Z (over 4 years ago)
- Last Synced: 2025-08-17T08:35:08.665Z (10 months ago)
- Homepage: https://ui.leafphp.dev/
- Size: 5.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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/).