Skip to content

Online platform for social journalism! Blog application.

Notifications You must be signed in to change notification settings

Bekhx/medium-lite

Repository files navigation

Global node js packages

$ npm install -g [email protected]
$ npm install -g nodemon

Environment

  • need create .env file
  • example: .env.sample

Important!

###Before starting: Install Docker Desktop to your machine and start docker containers:

$ docker-compose up -d

Start project

$ npm install
$ npm run start:dev