This is a bunch of repos of wycey.dev.
- Link:
wycey.dev
Official homepage of wycey.dev.
- Link: (Inaccessible)
blog.wycey.dev
Official blog of wycey.dev, under construction.
Base Biome config used by apps/*
.
Base ESLint config.
Base tsconfig.json
with presets used by apps/*
.
Run on the root directory:
$ pnpm i
# Open dev environment on all apps
$ pnpm dev
Run on the root directory:
$ pnpm build
Run on the root directory:
# Lint
$ pnpm lint
# If you want to fix errors, run following:
$ pnpm lint.fix
# Format
$ pnpm fmt