abstractFlo / atlas-starter

Starter Template for boost up your development with atlas and docker
6 stars 3 forks source link
altv atlas framework starter

Notes about upcoming Atlas Version 3.1

If the new version 3.1 is released, this respository would be archived and no more maintained. The new Atlas CLI has a build in Command for bootstrap a clean new project.

Atlas Framework Starter for creating nice gamemodes with alt:V

It lives at https://github.com/abstractFlo/atlas-starter/tree/docker.

To create a new project based on this template using degit:

npx degit abstractFlo/atlas-starter gamemode
cd gamemode

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd gamemode
npm install

...then start Rollup:

npm run watch

Building and running in production mode

To create an optimised version of the app:

npm run build