dltechy / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 93.0%Language:JavaScript 6.0%Language:Shell 0.6%Language:Dockerfile 0.5%Language:CSS 0.0%