Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 336 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 336 Bytes

Words But With Letters

You will need Docker and Docker Compose installed to run this app locally.

Run the frontend with

npm start

Run the backend server with

./run_local.sh

or

./reset_and_run_local.sh

The reset command deletes the database data and re-migrates it so that it is completely fresh.