Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.22 KB

floorpLanETS || floor(p)LanETS || floorplanETS

Build Status GoDoc

New floorplan for lanets.ca

Installing dev environment

Make sure you have docker, docker-compose and Make installed on your machine.

Building

To build the Floorplan API and client, run:

$ make

Starting the Floorplan API

To start the Floorplan API, run:

$ make run-floorplanets

The API should start listening for requests at localhost:8080.

Starting the Floorplan client

To start the Floorplan client in dev mode, run:

$ make reactapp

The application should be running at localhost:3000. Dev mode runs the application with a watcher, reloading the app on source code change.

Running the tests

To run the tests, run:

$ make test