Skip to content

rLoopTeam/website-v5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rLoop Website (v-5)

A complete revamp of the rLoop website.

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

Make sure that these folders exist:

  • src/data
  • src/fonts
  • src/images
  • src/scripts
  • src/styles

If using windows, we suggest using git bash console to run the scripts.

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

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

Deploy

Use npm run dist to compile the dist directory.

Statically serve dist folder

Releases

No releases published

Packages

No packages published