Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 389 Bytes

mahjongsheet

An application that enables people with MahjongSheets

Develop the application

  • Download the source code
  • Install NodeJS
  • Install a mongodb database
  • Run npm install; npm start; in the client directory
  • Run npm install -g nodemon; npm install; nodemon start in the server directory
  • Use your favorite editor to develop