Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

dreamside-digital/pathways-to-care

Repository files navigation

Pathways to Care

Archived, current version is at https://github.com/PathwaystoCare/ptc-next

Tech stack

Local development

  • clone the repo
  • copy .env.sample to .env.development file and populate the variables
  • create /config/firebase-config.staging.json file and populate with firebase credentials
  • install the firebase cli locally and log in
npm install -g firebase-tools
firebase login
  • ensure you have access to the Firebase project
firebase projects:list
  • install the dependencies
yarn
  • start the development server
yarn develop

Deploy to staging

yarn deploy:staging

Content editing

  • create an account at http://localhost:8000/admin
  • on Firebase, ensure your account is set as an Editor in the users table
  • on the page you want to edit, click on the account button and select "Start editing"
  • click on the editable fields to update the content
  • click on the checkmark icon to save your changes
  • from the account button, select "Done editing" to preview the page

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published