Warm Bench website
You need to have node
and npm
installed on your operating system to
be able to develop on that repository. Once they are installed,
launch npm install
to install the dependencies.
You can launch one of these commands depending on what you want to do:
npm run build
to simply build the website (the build is in thebuild
folder).npm run start
compiles the assets (Sass
andJavaScript
) and then watches for changes in these latter. Everything is recompiled and the browser page is reloaded automatically at every modification. Use this command if you want to develop.
Vector based social networks images are from the SuperTinyIcons project.