https://github.com/leafsphp/codelabs
⚡️ The interactive Leaf/PHP Guide
https://github.com/leafsphp/codelabs
Last synced: 7 months ago
JSON representation
⚡️ The interactive Leaf/PHP Guide
- Host: GitHub
- URL: https://github.com/leafsphp/codelabs
- Owner: leafsphp
- License: mit
- Created: 2021-11-24T23:19:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T13:42:14.000Z (almost 4 years ago)
- Last Synced: 2025-06-13T22:26:02.781Z (7 months ago)
- Language: Vue
- Homepage: https://codelabs.leafphp.dev
- Size: 6.61 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- 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/).