Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 969 Bytes

File metadata and controls

40 lines (27 loc) · 969 Bytes

Serve+

Server+ (ServerPlus) is a Point of Sales System that aims to make POS customizable and easier to access for restaurants. Our goal is to make allow any user to customize their POS system which they can change as they see fit.

Team Member

  • Sashary Morel
  • John Solano
  • Daniyal
  • Zhi Huang
  • Dinsdale Lee

Requirements

npm install

Running

Make sure to add a config.js file in the config folder. See the example there for more details.

Production mode:

npm start

Development (Webpack dev server) mode:

npm run start dev