Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.
Grant Achuzia edited this page Nov 13, 2022 · 13 revisions

Getting Started

Welcome to Arbora wiki!

Installation

Running Arbora

  • Clone the repository
  • In the repository directory run py server.py to start the backend API
  • Open index.html in arbora/arbora-frontend/build using Visual Studio's LiveServer plugin
  • Alternatively, run npm install followed by npm start in arbora/arbora-frontend.

Using Arbora

  • On the home page, click Start to reset the simulation
  • Click Increment to increment the simulation by one month
  • View the console window to see the 10000 square meter array representing the forest array, populated with trees

Clone this wiki locally