Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 216 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 216 Bytes

Deepkit Website

Dev

Requires node v20.

npm ci

# frontend watcher
npm run app:start

# server watcher
npm run server:watch 

SSR build

npm run app:build
npm run ssr:build
npm run server
``