Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 723 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 723 Bytes

NodeBoard

Inline docs Build Status

Nodeboard is MEVN (Mongo, Express, Vue, Node) stack project that is designed to support and host the play (and development) of multiplayer boardgames. The application is still under construction and is entirely a labour of love.

If you'd like to help, get in touch!

# To host and run locally:
npm run dev

# To build for production:
npm run build

# To start the production server
npm start

# To run test suite
npm test