Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.)