Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 365 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 365 Bytes

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.