Go to file
2023-12-15 10:33:03 -04:00
public Initial commit 2023-12-15 10:33:03 -04:00
src Initial commit 2023-12-15 10:33:03 -04:00
.browserslistrc Initial commit 2023-12-15 10:33:03 -04:00
.editorconfig Initial commit 2023-12-15 10:33:03 -04:00
.eslintrc.js Initial commit 2023-12-15 10:33:03 -04:00
.gitignore Initial commit 2023-12-15 10:33:03 -04:00
index.html Initial commit 2023-12-15 10:33:03 -04:00
package-lock.json Initial commit 2023-12-15 10:33:03 -04:00
package.json Initial commit 2023-12-15 10:33:03 -04:00
README.md Initial commit 2023-12-15 10:33:03 -04:00
tsconfig.json Initial commit 2023-12-15 10:33:03 -04:00
tsconfig.node.json Initial commit 2023-12-15 10:33:03 -04:00
vite.config.ts Initial commit 2023-12-15 10:33:03 -04:00

default

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Customize configuration

See Configuration Reference.