/website-v5

A revamp of the website

Primary LanguageCSSMIT LicenseMIT

Setup

We recommend having Node v6 installed on your computer.

git clone git@github.com:rLoopTeam/website-v5.git &&
cd website-v5 &&
npm install

Develop

Use npm run watch to compile the dist directory in real time.

Use npm run serve to serve /dist at http://localhost:8080.

Deploy

Statically serve dist folder