The UI for Elsie website
You'll need to have the following items installed before continuing.
- Ruby: The version installed on your computer should be fine (>= 1.9.2)
- Compass: Run
[sudo] gem install compass -v 1.0.3
- Node.js v8.9.x: Use the installer provided on the NodeJS website or use
nvm install 8.9
. - Gulp: Run
[sudo] npm install -g gulp
Clone the project to your computer and enter the directory.
Then run:
npm install
Then, to build the dist/
folder, run:
gulp
To recompile automatically every time a file is changed:
gulp watch