Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 619 Bytes

Software | 100 Days of Code

Web Chat

A web chat using vue and firebase.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this project you'll need docker and docker-compose installed.

Usage

Run application

docker-compose up

Run tests

docker-compose run npm run test:unit