Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 237 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 237 Bytes

magi-sche frontend

project setup

pnpm install

start dev server

pnpm dev

build for production

pnpm build

lint

pnpm lint

build docker container

docker build . -t <tag>:<version>