Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 467 Bytes

New Strapi CMS for the FE Knowledgebase

Development Workflow

Setup

  1. npm install
  2. npm run develop to start the dev server.
  3. npm run build to build.

Review process

  1. After making changes, put your local changes in a new branch and push an MR to github.
  2. The reviewer will review the changes locally then merge.
  3. After merging to github, push the branch to heroku to deploy.

@todo: Setup automatic deploy on merge from github to heroku.