Skip to content

walnuthq/noir-libs-server

Repository files navigation

noir-libs - Noir package manager server

This is a server (API) for noir-libs.org package manager for Noir. Built with Nest.js.

Project setup

nvm use
yarn install

Specify DB (PostreSQL) connection details in .env file. See .env.example for a reference.

Compile and run the project

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod