A platform to make it easier to find partners to trade merch with.
This is the frontend web app of the platform.
$ pnpm install- Copy the
.env.examplefile:- To a new
.envfile for development, and just general running of the application - To a new
.env.testfile for testing
- To a new
- Modify each
.envfile as needed
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev# tests
$ pnpm run test
# test coverage
$ pnpm run test:cov