Skip to content

andrewmackrodt/acc-server-manager

Repository files navigation

acc-server-manager

Assetto Corsa Competizione Server Manager.

Quick Start

Run npm run start to start the development server on http://localhost:8080.

To override the environment config, create a file config/${env}.local.js, e.g. config/dev.local.js. This allows for easily modifying the runtime configuration on a machine specific basis (not currently used).

Commands

npm run start
Starts the development server with hot module replacement on http://localhost:8080, sources are not minified and sourcemaps are created. The config from config/dev.js will be used.

npm run build
Creates a development build in dist/, sources are not minified and sourcemaps are created. The config fromconfig/dev.js will be used.

npm run build:prod
Creates a production build in dist/, sources are minified and sourcemaps are not created. The config from config/prod.js will be used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published