- These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- What things you need to install the software and how to install them
Docker and docker-compose or node
- Step by step
docker-compose run node sh
npm install
create .env.js through env.example.js
docker-compose up -d
- Step by step node
npm install
npm run serve