todo
A presentation is made from cards that form a stack.
--> demo of the app in a browser: https://www.youtube.com/watch?v=ANm2Vu5Gr58
You need node.js and npm to install this preview of carreau.js
In a terminal :
git clone --recursive https://github.com/louis-ev/carreau.js path/to/the/foldercd path/to/the/foldernpm install
Now run carreau.js by writing
npm start
- Run
npm run debugto start the server with a better debug in terminal
To tweak and write some new SASS or client-side JS, you need to run the gulp task:
gulp
To add a library, go to the client folder and use bower commands (such as bower install isotope --save).
