Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 626 Bytes

GiftMe by Aaron Buxbaum

Build Status

A better way to buy gifts, via the power of machine learning.

To Use:

  • yarn start-server to spin up the backend
  • yarn start to run frontend locally
  • yarn build to compile
  • yarn test to run tests

To Develop:

  • Start: docker compose up -d (add --build` to force recompilation)
  • View logs: docker logs gift-me -f
  • Browser URL: localhost:3000

Useful VS Code extensions

  • ext install debugger-for-chrome
  • ext install vscode-jest