Skip to content

Wilcolab/Anythink-Market-8k4amtgi

Repository files navigation

Welcome to the Anythink Market repo (powered by Wilco)

To start the app1 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 add @vanessa-cooper as reviewer.

How to run in dev mode?

Using Codespace

  1. run docker compose up

On your local machine

  1. Install Docker
  2. Install Docker Compose
  3. Run docker compose up.