An open API service indexing awesome lists of open source software.

https://github.com/walnuthq/noir-libs-server

Noir packages registry for Aztec Network server
https://github.com/walnuthq/noir-libs-server

aztec-network blockchain noir noir-lang noir-language

Last synced: 2 months ago
JSON representation

Noir packages registry for Aztec Network server

Awesome Lists containing this project

README

          

# noir-libs - Noir package manager server

This is a server (API) for **[noir-libs.org](https://noir-libs.org/) package manager for [Noir](https://noir-lang.org/)**.
Built with [Nest.js](https://nestjs.com/).

## Project setup

```bash
nvm use
yarn install
```

Specify DB (PostreSQL) connection details in `.env` file. See `.env.example` for a reference.
## Compile and run the project

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```