Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 348 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 348 Bytes

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