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

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

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/).