-
Web browser
-
Any http server
-
npm
Install http-server or other server what ever you want
$ npm install -g http-serverInstall sass to build the sass file
$ npm install -g sassClone this project
$ git clone https://github.com/daancsc/DACSC.gitBuild style.sass to style.css
$ cd DACSC
$ sass style.sass style.cssRun the http server
$ http-serverMIT © DACSC
Thanks to NTUSTISC for a part of the source code in this project.


