Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 311 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 311 Bytes

Auth

Quick Start

  1. install Node v15, Docker, Docker Compose
  2. clone this repository
  3. run npm install
  4. run docker-compose up to start server and db
  5. cd into client
  6. run npm install
  7. run npm run dev to start client

Documentation