Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

cds-snc/notification-homepage

Repository files navigation

notification-homepage

Steps for changing the homepage

Any changes to the Notify homepage should be made here first. The process for making an update is as follows:

  1. npm install, npm start
  2. make your edits to src/index.html, src/style.css, src/main.js, etc.
  3. preview your changes locally
  4. once you are happy, run npm build
  5. copy the new style file over to notification-admin: cp dist/main.css ../notification-admin/app/assets/stylesheets/homepage.css
  6. 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)
  7. make sure your changes work in admin by running it locally
  8. submit PRs to both notification-homepage and notification-admin

Steps to change the signed in nav

The styles for this can be found in a certain branch - ask timarney.