Priv-o-matic is an interactive Javascript tool for creating the privacy statements required by New Zealand law for small to medium enterprises (SMEs).
The goal is to improve the overall quality of online privacy statements seen in New Zealand, by making it easy for small business owners less familiar with privacy law to create statements.
While this was made for the NZ Privacy Commissioner's website, the intention was that it would be possible for others to improve the tool or reused it elsewhere (possibly in another jurisdictions).
For more info on NZs privacy law requirements see the Privacy Commissioner's Office website.
Copyright (c) 2015 Office of the Privacy Commissioner
Priv-o-matic is available under the MIT Licence. see COPYING for more info.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Deploying to Github pages:
git checkout master
ember github-pages:commit --message "[Description of changes]"