Skip to content
forked from wsheung/boboard

A revival of wormboard - stats tracking page for wormhole kills by wormhole corporations

Notifications You must be signed in to change notification settings

steven-cmy/boboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

BoBoard

A revival of wormboard - stats tracking page for wormhole kills by wormhole corporations

See Wiki for installation instructions

Backend development

boboard use mongodb as to store KMs

Run yarn install and yarn dev to start backend development instance. You might beed to modify the scripts in package.json for your local environment

You can also run mocha unit tests for backend on linux machines via yarn test

Keep in mind that MacOS catalina no longer allows for root directory write, so do yarn devMacCatalina and yarn testMacCatalina if you're on said environment

Frontend development

You can start local dev instance via

yarn start

Build via

yarn build

Pending tasks

  1. Store rank in backend for each month and refresh change in rank every week(?)
  2. (Frontend only) displaying active pilot names on row dropdown
  3. Calculating average gang size for each corp

About

A revival of wormboard - stats tracking page for wormhole kills by wormhole corporations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.5%
  • HTML 3.8%
  • CSS 0.7%