First, install node.js on your machine if you haven't installed it yet: https://nodejs.org/en/download
- Clone this repository by doing
git clone https://github.com/robocin/robocin-website.git
; - Do
cd robocin-website
to move to the project folder; - Install dependencies with
npm install --legacy-peer-deps
; - Do
npm run dev
to start the application locally; - Go to
http://localhost:3000
.