CS1-Community / CS1-Meta-Framework

4 stars 2 forks source link

CS1 Logo

CS1 Engine Community Edition


Staging

Prod

Desired Features

Building the CS1 Engine Locally

From the terminal execute: npm run engine

Building a CS1 App Locally

From the terminal execute: npm run app

Building the CS1 Engine On Glitch

From the terminal execute: pnpm run engine-glitch

Building a CS1 App On Glitch

From the terminal execute: pnpm run app-glitch


Run Your App Locally on Chrome

Enable this flag:

chrome://flags/#allow-insecure-localhost

Then:

From the terminal execute: npm run start

Then go to: https://localhost:8443


Publishing to NPM

Use the following pattern to publish any npm package from Glitch

If you wish to create your own modified version of the CS1 Game Server: