Skip to content

marcosomma/ant-sim

Repository files navigation

Ant-Sim

Anthill Simulator ispaired by the book "ANT ENCOUNTERS, Interaction Networks and Colony behavior" by D.M.Gordon and the Complex Adaptive Systems Theory

DEVELOPMENT

YARN

yarn dev

DOCKER

docker-compose up

To force build:

docker-compose up --build --remove-orphans

Then go to 0.0.0.0:8080

PRODUCTION

YARN

yarn build

yarn start

DOCKER

docker build . --tag <project-name>:latest

docker run -it -p 80:80 <project-name>:latest

About

Anthill simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published