A website built for managing the EOSCON event in the game Starbase. This is still in very early stages, so many features may not function.
- All essential event information.
- Event map (preferably 3D), integrated with lot information.
- Application management and lot allocation.
- Event timeline + support to allocate your own sub-events.
- Ship Catalog + Purchase information.
- Past EOSCON archives.
- Any standard Linux Distro that supports the following:
- BunJS >= 0.5.7 (See https://bun.sh/ for installation.)
- EdgeDB >= 2.9 (See https://www.edgedb.com/install for installation.)
- Clone the repository into a folder of choice.
- Run the command
bun i
to install dependencies. - To start a development server, run
bun run dev
.