================================================================================
- You need to provide Security Policy template as a json file in /data/template.json. For more information check TEMPLATE.md
-
Install npm
-
Install npm dependencies
npm install
-
Install code dependencies using bower
bower install
-
Run gulp to create the artifacts
gulp build
-
Copy the artifacts files from web directory to your destination
-
Install npm
-
Install development dependencies
npm install --dev
-
Run gulp to create the artifacts
gulp build
-
You can run gulp also to watch for changes in the source file and copy them to artifact directory web.
gulp
-
You can run browser-sync in artifact directory web to see the changes live.
browser-sync start --server --files "**/*"