This is a school project, displaying ants and their gathering of food.
Once you've clone the project with git clone https://github.com/CediGasser/ant-simulation.git
and installed dependencies with npm install
, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Note that Node.js has to be installed.
This repository is set up to automaticaly deploy any commits on the master branch to the server. So if you have the access rights, just code something that works, git commit -am 'commit message'
and then git push
.