https://github.com/walnuthq/noir-libs-client
Noir Packages registry for Aztec Network webapp
https://github.com/walnuthq/noir-libs-client
aztec-network blockchain noir noir-lang noir-language
Last synced: 2 months ago
JSON representation
Noir Packages registry for Aztec Network webapp
- Host: GitHub
- URL: https://github.com/walnuthq/noir-libs-client
- Owner: walnuthq
- Created: 2024-10-18T11:54:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-03T14:30:18.000Z (about 1 year ago)
- Last Synced: 2025-04-03T15:34:41.412Z (about 1 year ago)
- Topics: aztec-network, blockchain, noir, noir-lang, noir-language
- Language: TypeScript
- Homepage: https://noir-libs.org
- Size: 736 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noir-libs - Noir package manager web app
This is a web application (client) for **[noir-libs.org](https://noir-libs.org/) package manager for [Noir](https://noir-lang.org/)**.
Built with [Next.js](https://nextjs.org).
Live version: [noir-libs.org](https://noir-libs.org/)
## Getting Started
Run the development server:
```bash
nvm use
yarn dev
```
Open [http://localhost:3000](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](https://github.com/walnuthq/noir-libs-server) API.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
## Deployment
This is a process of a deployment to production environment.
1. Assure `.env` file has values set for production environment.
2. Run `npm run deploy`