A management dashboard for your nsites built using rx-nostr and applesauce
Node.js (version 20 or higher)
pnpm (version 9 or higher)
First, clone the repository:
git clone https://github.com/hzrd149/nsite-manager
cd nsite-manager
Install the dependencies:
pnpm install
You can run the following commands with pnpm:
Development server:
pnpm dev
This starts the development server at http://localhost:5173
Build for production:
pnpm build
This creates a dist folder with the production build
Preview production build:
pnpm preview
This lets you preview the production build locally