0.1.5 • Published 8 months ago

testing-lumenjs v0.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

lumenjs

A simple lib for zk-pseudonyms.

Installation

pnpm install lumenjs

Local Development

Always use nvm use before running any commands to ensure you are using the correct node version.

This application uses pnpm as the package manager. To install pnpm run the following command:

npm install -g pnpm

To install all dependencies for the application run the following command:

pnpm install

Building

To build the application run the following command:

pnpm run build