Skip to content
/ stats Public

Leaderboard and statistics aggregation site, updated manually

Notifications You must be signed in to change notification settings

NLCLC-CM/stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$ # Start development server
$ npm run dev
$ # Build files for release (done in CD only, no need for any normal dev to do this)
$ npm run release
$ # Test things
$ npm test