|
|
@ -7,4 +7,4 @@ through the CMS for creating/updating data.
|
|
|
|
|
|
|
|
|
|
|
|
1. Copy `env.example` as `.env` and fill in the details (make sure `NODE_ENV` is set to production)
|
|
|
|
1. Copy `env.example` as `.env` and fill in the details (make sure `NODE_ENV` is set to production)
|
|
|
|
2. Run `npm i`
|
|
|
|
2. Run `npm i`
|
|
|
|
3. Expose port 5000 or use a reverse proxy which supports WebSockets
|
|
|
|
3. Expose your chosen port (default 5000) or use a reverse proxy which supports WebSockets
|