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.
- Host: GitHub
- URL: https://github.com/roave/roave.github.io
- Owner: Roave
- Created: 2018-12-16T12:59:46.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-29T15:32:20.000Z (over 2 years ago)
- Last Synced: 2025-04-26T04:51:42.581Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://roave.com/
- Size: 2.31 MB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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
```