This project contains a webmap for the project "Exodus: Monolith"
Webmap: https://serbiastrong-220.github.io/webmap-exodus/
- Keep it simple
- Keep it fast
- Keep it lightweight
- Keep it beautiful
- Keep it functional
Current release build size is ~134 KB (without images), it shouldn't be more than 200 KB.
Author: Maxim Bychkov (Lokilife)
All rights reserved. If you want to use this project, contact author in Discord.
- NodeJS v24.12.0 (may work with other versions, untested)
- pnpm v10.30.0 (may work with other versions, untested)
Once you've installed dependencies with pnpm install, start a development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --openTo create a production version of the app:
pnpm run buildYou can preview the production build with pnpm run preview.