Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 593 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 593 Bytes

Repast AMONG Model Frontend

Overview

This project is a React application providing the frontend for the Repast AMONG model. It is designed specifically to interact with the repast-amongmodel-backend project.

Usage

The project can be built directly using npm (tested against Node 11.3):

npm run build

It can also be built and packaged into a Docker container directly, without any Node-specific dependencies:

docker build -t repast-amongmodel-frontend-0.1.0-SNAPSHOT