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

Starter Template for boost up your development with atlas and docker

Notifications You must be signed in to change notification settings

abstractFlo/atlas-starter

Repository files navigation

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

About

Starter Template for boost up your development with atlas and docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published