Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roach-php/roach-php.dev

Source code for https://roach-php.dev
https://github.com/roach-php/roach-php.dev

Last synced: about 14 hours ago
JSON representation

Source code for https://roach-php.dev

Awesome Lists containing this project

README

        

# Roach PHP Documentation

Roach uses [Nuxt.js](https://nuxtjs.org/) for its documentation. Here’s how you can run the project locally.

1. Clone this repo

```
git clone [email protected]:roach-php/roach-php.dev.git
```

2. Install JS dependencies

```
cd roach-php.dev
yarn
```

3. Start the dev server

```
yarn dev
```

4. Open `localhost:3000` in your browser.