Requirements
Clone the repository and install dependencies:
$ git clone https://github.com/zoomment/zoomment-server.git
$ cd zoomment-server
$ npm install
Copy and edit the env
file:
$ cp .env.example .env
$ vim .env
Run development:
$ npm run dev
Run production:
$ npm start
Stop production:
$ npm run kill
modify .env.docker
to run with docker.
make dev
make build
To start
make up
To stop
make down