Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.42 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.42 KB

Readme file

Checklist:

  • Insert here the project dependencies versions using SHILDS:
  • Add Overview section with information about the project
  • Add Getting started section with how to start up the project
  • Add Documentation section
  • Add Troubleshooting section if needed
  • Add the Code owners file to the project, this means who should be responsible for take decisions about the project.

Example:

[PROJECT's NAME]

This is an example of the project overview section.

Getting started

Install dependencies

npm install
yarn install
pnpm install

Run server locally

Short description about how to run the server locally.

npm run debug
yarn debug
pnpm debug

Documentation