Skip to content

arbor-labs/arbor-server

Repository files navigation

Arbor Server

Description

This is the backend server built with NestJS powering the Arbor Protocol's dApp UI.

Installation

pnpm install

Running the app

First, copy .env.example -> .env.

# development mode
$ pnpm run dev

# start without watcher
$ pnpm run start

# production mode
$ pnpm run start:prod

# lint with ESLint
$ pnpm lint

# format with Prettier
$ pnpm format

Running tests

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published