This repository hosts the backend for SC Market.
Please read through the guide for setting up the backend and ensure the variables in .env match those in your backend's .env file.
This project uses yarn to manage dependencies. You can install dependencies using the yarn command.
yarn installRunning the project is simple and can be done with
yarn devYou can ensure your changes build with
yarn build