Skip to content

Roave/roave.github.io

Repository files navigation

Roave Presentation Website

Installation instructions

  1. Clone the repo
git clone [email protected]: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