This project is based on abstractFlo's Atlas build script, which is based on the alt:V client. This script uses TypeScript as a solid foundation to ensure type safety.
- Fully Open Source
- TypeScript
- Scalable Folder Structure
- alt:V Server binaries
- NodeJS 12+
- Basic programming knowledge
- Download this project
- Extract it into your desired folder
- Rename
.env.exampleto.env - Insert path to your alt:V server executable
- Open a terminal
- Install all needed dependencies via
npm i
This project contains of 4 scripts:
- build
- prebuild
- build:dev
- watch
Comming soon