Production link: https://www.smmkeeper.co
You need to have the Redis server and MongoDB installed. We're using redis for web sockets management with socket.io
Development(server+client) on http://localhost:3004:
mongod
yarn run redis
yarn run dev
Storybook for components documentation:
yarn run storybook
Tests:
yarn run test
At first you need to connect to live server via SSH.
Then go the project folder.
Production build(Next.js):
yarn run build
Production server commands(server):
yarn run serverStart
yarn run serverReload
yarn run stop
yarn run monit
yarn run logs