Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 421 Bytes

YOH

Yellow Orange House

Getting Started

Installation

We use Docker to simplify application deployment, so make sure you have Docker installed on your machine.

Variables

The project has .env and global variables have written there.

Build the images

docker-compose build

Fire up the containers

docker-compose up

The application is up and running on localhost:3000.