Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roach-php/roach-php.dev
- Owner: roach-php
- Created: 2021-08-17T06:32:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:12:43.000Z (7 months ago)
- Last Synced: 2024-05-03T04:01:09.302Z (6 months ago)
- Language: Vue
- Homepage: https://roach-php.dev
- Size: 387 KB
- Stars: 8
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.