Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 478 Bytes

App Directory

This site is the main page and directory to all the astoria.app services.

Overview

This project uses React for now (instead of a static site). That way we can add complexity to it whenever we want.

Requirements

  • Make
  • Docker & Docker Compose

Development

  • Run make dev at the root of this project.
  • Visit the app at http://localhost:3000.
  • Make your code changes! The app should be live-reloaded whenever you save.