Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 400 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 400 Bytes

Addon

Install

pnpm install

# Setup the project
pnpm run preinit
pnpm run init
pnpm run postinit
pnpm run setup

# install mkcert globally
pnpm add -g mkcert

# Install https certificates
pnpm run install:https

# Build and deploy the dev wrapper
pnpm run build:dev
pnpm run clasp:push

# Start the dev server
pnpm run dev

Visit https://localhost:5173/ to see the app in action.