This repository contains the code used for the Koios Worlds App. The app is available here: https://app.koios.world/.
If you want to contribute to the code or test it locally you need to run npm install
to install the dependencies. Since the project is bootstrapped by Create React App you can then run npm start
to run the app in development mode.