/yuriko

Alternative frontend for VNDB website

Primary LanguageTypeScriptMIT LicenseMIT

Yuriko

Projects in this monorepo

Folder Version Description
client 1.0.0 Frontend for the user.
server 1.0.0 Backend for client.

Setup

Install dependencies:

pnpm i

Development

pnpm dev

# client only
pnpm dev:client

# server only
pnpm dev:server

Production

yarn build

yarn start

owo