Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 235 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 235 Bytes

To see the app

To launch the full stack:

$ make & open http://localhost

When working on the front-end:

To launch the front for dev:

$ make dev

To see logs from the backend / nginx /

$ make logs