You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Azir c3697e158a feat(projects): init background 2 years ago
..
build feat(projects): init background 2 years ago
packages feat(projects): init background 2 years ago
public feat(projects): init background 2 years ago
src feat(projects): init background 2 years ago
.editorconfig feat(projects): init background 2 years ago
.env feat(projects): init background 2 years ago
.env.development feat(projects): init background 2 years ago
.env.production feat(projects): init background 2 years ago
.gitignore feat(projects): init background 2 years ago
.npmrc feat(projects): init background 2 years ago
LICENSE feat(projects): init background 2 years ago
README.md feat(projects): init background 2 years ago
env.config.ts feat(projects): init background 2 years ago
eslint.config.js feat(projects): init background 2 years ago
index.html feat(projects): init background 2 years ago
package.json feat(projects): init background 2 years ago
pnpm-lock.yaml feat(projects): init background 2 years ago
pnpm-workspace.yaml feat(projects): init background 2 years ago
tsconfig.json feat(projects): init background 2 years ago
uno.config.ts feat(projects): init background 2 years ago
vite.config.ts feat(projects): init background 2 years ago

README.md

Usage

Install Dependencies

pnpm i

Since this project uses the pnpm monorepo management method, please do not use npm or yarn to install dependencies.

Start Project

pnpm dev

Build Project

pnpm build