This guide provides step-by-step instructions to launch the webserver and its required services.
- Docker installed and running
- Node.js and npm installed
- Redis (via Docker)
Run this in root to get all the packages:
npm run install:allRun this in root:
npm startTo stop the services, press Ctrl+C in terminal window.
And then type
npm run stop