Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 466 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 466 Bytes

COOP: Cooperative Ordering Of Pizza

Setup

  • Install git and npm
  • Run git clone https://github.com/XITASO/coop to download this repository
  • Copy .env.example to .env and fill
  • Run npm install to install dev dependencies
  • Run npm run setup to set up the database
  • Run npm run dev to start dev server
  • Happy coding :)
  • Optional: Run git checkout skeleton to start with blank "Hello World!" app