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

https://github.com/roave/roave.github.io

The Roave website.
https://github.com/roave/roave.github.io

Last synced: about 1 year ago
JSON representation

The Roave website.

Awesome Lists containing this project

README

          

# Roave Presentation Website

### Installation instructions

1. Clone the repo
```
git clone git@github.com:Roave/roave.github.io.git roave
```

2. Create an `.env` file
```
touch .env
```

3. Install dependencies

```
npm install
```

4. Run the dev build command
```
npm run dev
```

5. Server the website on local
```
php -S localhost:2233
```