Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 359 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 359 Bytes

Frontend for Notify

Installation

pnpm install

Build

pnpm run build

Built files are listed in the build directory.

Development

pnpm run dev

Self-hosting

Normally, you should edit src/static.ts. If you want to serve the app from a different domain, you should also edit homepage in package.json.