Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 587 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 587 Bytes

Usage

This is the custom frontend for our custom backend logic for registering users on naarad, providing read-only access to kgp-* channels.

Development Server

pnpm install
pnpm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

Deployment

pnpm install
pnpm run build

Builds the app for production to the dist folder.
You can now deploy the dist folder to any static host provider (netlify, surge, now, etc.)