Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 867 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 867 Bytes

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