Skip to content

EricEisaman/cs1ce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS1 Logo

CS1 Engine Community Edition


Staging

Prod

Desired Features

  • WebXR
  • PWA
  • Reactive State Management
  • Realtime Multiuser
  • Auth

Building the CS1 Engine

From the terminal execute: pnpm run engine


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:

  • Create an npm account
  • Create an npm token
  • Record your npm token in .env.
  • Create a .npmrc file in the src/server directory with the following line:
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
  • Configure the package.json in the src/server directory according to your details
  • Make sure to set a unique version before publishing package to npm.
  • Open a Terminal and run cd src/server
  • In the Terminal run npm publish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published