Any changes to the Notify homepage should be made here first. The process for making an update is as follows:
npm install
,npm start
- make your edits to src/index.html, src/style.css, src/main.js, etc.
- preview your changes locally
- once you are happy, run
npm build
- copy the new style file over to notification-admin:
cp dist/main.css ../notification-admin/app/assets/stylesheets/homepage.css
- copy your new markdown over into the file notification-admin/app/templates/views/signedout.html (don't replace the file, just modify it... I think)
- make sure your changes work in admin by running it locally
- submit PRs to both notification-homepage and notification-admin
The styles for this can be found in a certain branch - ask timarney.