$ git clone https://github.com/danielmesquitta/rainbow && cd rainbow
# Go to the correct folder
$ cd server
# Install the dependencies
$ npm
# Create .env file
$ cp .env.example .env
# Configure .env using vim, nano or your IDE
# Start
$ npm run dev
# Go to the correct folder
$ cd frontend
# Install the dependencies
$ npm
# Create .env file
$ cp .env.example .env
# Configure .env using vim, nano or your IDE
# Start
$ npm run dev