0.6.0 • Published 3 years ago

cms-keystone v0.6.0

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

CMS Keystone

To Run cms-keystone locally

  • Run 'npm ci'
  • Setup postgress
    • use correct version of nodejs. With nvm installed, you can do nvm use
    • Install postgress via brew install postgres
    • Start postgres pg_ctl -D /usr/local/var/postgres start
    • Create db createdb cms-db
  • Run npm run start-dev

    NOTE: If it's your first time running this code and you see errors about bad inserts, you likely need to set process.env.DROP_DATABASE to equal 'true'

Authentication

  • Not implemented yet