/roave.github.io

The Roave website.

Primary LanguageJavaScript

Roave Presentation Website

Installation instructions

  1. Clone the repo
git clone git@github.com:Roave/roave.github.io.git roave
  1. Create an .env file
touch .env
  1. Install dependencies
npm install
  1. Run the dev build command
npm run dev
  1. Server the website on local
php -S localhost:2233