Skip to content

AlteredConstants/maestro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maestro

Early prototype of what may someday be a fencing bout committee suite (like Fencing Time only freer).

Development Environment

You'll need the following for your development environment:

  • Git
  • Node.js (version 7.1.0 or newer recommended)

Clone this repo:

git clone https://github.com/AlteredConstants/maestro.git

Then, from the root of the repo:

npm install

You should now be able to build and run the client and server:

npm run serve

File watching, HMR, and server debugging on port 5858 (e.g. with node-inspector) are all enabled.

Alternatively, you can run the client and server separately:

npm run server serve
# and in another terminal:
npm run client serve

And finally, open the app in your default browser:

npm run client open

Enjoy!

About

A fencing tournament management suite

Resources

Stars

Watchers

Forks

Packages

No packages published