📄️ Local Setup
Environment Setup
📄️ Admin Page
Our admin page can be found at localhost:3000/admin when running servers locally.
📄️ Bikkie
Bikkie is a unified system for static content definition, computation, and editing.
📄️ Entity Component System (ECS)
ECS, or Entity Component System, is the system Biomes uses to store dynamic data in game. (Bikkie is the system for static data).
📄️ Server Architecture
Biomes server functions are divided across multiple microservices, to be able to scale efficiently according to demand.
📄️ Hosting Biomes
Overview