Altair is a custom client for ZOMBS.io that aims to revolutionize how custom clients are made in the future. On the technical side, it features many toolings that trivializes the development process and makes developing for ZOMBS.io much more enjoyable.
- Out of the box, we aim to give you the experience equivalent to AlterAle: enough plugins that are optimized for base builders and casuals alike.
- You can disable all plugins so that Altair acts like an optimized base client for you to add scripts on top of it.
- The project also aims to provide a decent custom client experience for hardcore players. If any features are missing , feel free to make a suggestion issue form!
- Node.js (v10.16.0+)
- pnpm
- Clone the repository and run
pnpm installto install the dependencies. - Build the project for the first time by running
pnpm run build. - Run
pnpm run client:devto start a dev server. - Open http://localhost:3000 in your browser.
- Done! Now you can start developing the client with live reload.
This script will not be possible without the tremendous help from AstralCat, who made the foundation for Altair's client bundling.
