How to Start Development
- Run
pnpm install
You can run pnpm build
and pnpm dev
.
pnpm build
outputs files, while pnpm dev
is used for debugging the code with file watch.
Refer to "How to Debug" for instructions on using pnpm dev
.
How to Debug
Windows
- Install zstd and add it to the PATH.
- Download the latest successful build artifact from noraneko-runtime Action (opens in a new tab).
- Extract the zip file and place
nora-win_x64-bin.tar.zst
in the project root. - Run
pnpm dev
. - The browser will launch, and if you change any files, the browser will restart automatically.