Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 700 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 700 Bytes

Vaporwave - a web design project

This project uses npm, Browserify, Babeljs, Sass, plus Gnu Make to handle compilation.

Babel & Browserify are handled by npm, but you'll have to install npm, Sass, and Make for yourself. Install those things, run make in the project's root, and then get an http server of some description to serve src/demo.html to see what's going on. I use http-server for development, and I find that the command I'm running the most often is:

make clean && make && http-server