Roach uses Nuxt.js for its documentation. Here’s how you can run the project locally.
- Clone this repo
git clone [email protected]:roach-php/roach-php.dev.git
- Install JS dependencies
cd roach-php.dev
yarn
- Start the dev server
yarn dev
- Open
localhost:3000
in your browser.