Skip to content

roach-php/roach-php.dev

Repository files navigation

Roach PHP Documentation

Roach uses Nuxt.js for its documentation. Here’s how you can run the project locally.

  1. Clone this repo
git clone git@github.com:roach-php/roach-php.dev.git
  1. Install JS dependencies
cd roach-php.dev
yarn
  1. Start the dev server
yarn dev
  1. Open localhost:3000 in your browser.