/merch-trading-platform-web

A platform to make it easier to find partners to trade merch with. This is the frontend web app of the platform.

Primary LanguageTypeScript

Merch Trading Platform Web

A platform to make it easier to find partners to trade merch with.

This is the frontend web app of the platform.

Installation

$ pnpm install
  • Copy the .env.example file:
    • To a new .env file for development, and just general running of the application
    • To a new .env.test file for testing
  • Modify each .env file as needed

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

Test

# tests
$ pnpm run test

# test coverage
$ pnpm run test:cov