Skip to content

walnuthq/noir-libs-client

Repository files navigation

noir-libs - Noir package manager web app

This is a web application (client) for noir-libs.org package manager for Noir. Built with Next.js.

Live version: noir-libs.org

Getting Started

Run the development server:

nvm use
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can configure backend API url in .env file.

Client is compatible with noir-libs.org server API.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.