This is my typescript version of this project: Video Link
Install with yarn, npm, or pnpm
yarn install
# run locally
yarn dev
# build
yarn build
# serve
yarn dev
# or with docker compose
docker compose up
This is my typescript version of this project: Video Link
Install with yarn, npm, or pnpm
yarn install
# run locally
yarn dev
# build
yarn build
# serve
yarn dev
# or with docker compose
docker compose up