Skip to content
Snippets Groups Projects
Louis Capitanchik's avatar
Louis authored
0d7d1bb4

api-server

Running api-server

  1. start the docker environment: npm run exec:env
  2. start the server: npm run watch
  3. start the queue worker: npm run watch:queue
  4. start NGrok: ngrok http 7123 --hostname <myhostname>