Roman-Hal / Soaaro

Soaaro team project
ISC License
0 stars 0 forks source link

Starter Kit

Deploy to Heroku

Setup

Pick one member of the team to own the repository and pipeline. That person should do the following:

  1. Click the "Use this template" button above (see GitHub's docs) to create your team repository and name it something appropriate for your project.
  2. In your repo, click the "Deploy to Heroku" button at the top of the README and create a Heroku account when prompted.
  3. Fill in the name of the application, select Europe and then click "Deploy App".
  4. Once it has deployed successfully, click the "Manage app" button to view the application details.
  5. Go to the "Deploy" tab, select "Connect to GitHub" and choose your repo.
  6. Click "Enable automatic deploys".

Whenever you commit to main (or e.g. merge a pull request) it will get automatically deployed!

You should now make sure all of the project team are collaborators on the repository.

Scripts

Various scripts are provided in the package file, but many are helpers for other scripts; here are the ones you'll commonly use:

Debugging

While running the dev mode using npm run dev, you can attach the Node debugger to the server process via port 9229. If you're using VS Code, a debugging configuration is provided for this.

There is also a VS Code debugging configuration for the Chrome debugger, which requires the recommended Chrome extension, for debugging the client application.

Security

If the project handles any kind of Personally Identifiable Information (PII) then make sure the following principles are followed:

Troubleshooting

See the guidance in the wiki.