This is a bunch of repos of wycey.dev.
- Link:
blog.wycey.dev
Official blog of wycey.dev.
Base Biome config used by apps/*.
Base Browserslist configuration used by apps/*.
Base tsconfig.json with presets used by apps/*.
Run on the root directory:
$ bun install
# Open dev environment on all apps
$ bun devRun on the root directory:
$ bun run buildRun on the root directory:
# Lint
$ bun lint
# If you want to fix errors, run following:
$ bun lint.fix
# Format
$ bun fmt