Skip to content

Trigger Rally Online Edition - fast arcade rally racing

License

Notifications You must be signed in to change notification settings

CasperOng/TriggerRally

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trigger Rally Online Edition

http://triggerrally.com

Code structure

Trigger uses JavaScript on both the client and server.

All code now lives under server/.
Client-only code is in server/public/scripts/
Shared code is in server/shared/

On the server, we use the node.js module system ('require').
Run server/build/build.sh to build production-mode JS bundles.

Copyright & License

Copyright (c) 2012-2013 Code Artemis unless otherwise attributed.

See LICENSE.md.

To Run

Install MongoDB

cd server
npm i -g babel-cli
npm i
npm start

About

Trigger Rally Online Edition - fast arcade rally racing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • Pug 1.2%
  • CoffeeScript 0.7%
  • Stylus 0.7%
  • CSS 0.6%
  • HTML 0.1%