Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 699 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 699 Bytes

Welcome to the Anythink Market repo (powered by Wilco)

To start the app use Docker. It will start both frontend and backend, including all the relevant dependencies, and the db.

Please find more info about each part in the relevant Readme file (frontend and backend).

Development

When implementing a new feature or fixing a bug, please create a new pull request against main from a feature/bug branch and the Wilco app review it right away

How to run in dev mode?

Using Codespace

  1. run docker compose up

Tests

Documentation about running the End to End test can be found under the /tests directory