https://github.com/leafsphp/mvc-docs
⚡️ Documentation for leaf mvc
https://github.com/leafsphp/mvc-docs
Last synced: 3 months ago
JSON representation
⚡️ Documentation for leaf mvc
- Host: GitHub
- URL: https://github.com/leafsphp/mvc-docs
- Owner: leafsphp
- License: mit
- Created: 2021-11-19T10:02:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T11:30:39.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T09:58:50.411Z (almost 2 years ago)
- Language: Vue
- Size: 5.87 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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/).