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