This is the source for a draft of a website for NHS Ideas Lab
- Clone repo using git
- Ensure you have both Node.js and npm installed with reasonably up-to-date versions
- In root directory of repo run
npm install
to install all the dependencies and node modules. - If you get strange errors during
npm install
relating to "strict mode" then due to upstream bugs you may need to runnpm install node-sass [email protected]
- Run
gulp watch
if this doesn't work you may have to runnpm i -g gulp-cli
From the project root, typing gulp watch
will build the app into app/tmp
and serve at localhost:3000
For production build run gulp production-min
this will build in to app/dist
this can be uploaded manually to some webserver as this project is so small.