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:
$ aube install
# Open dev environment on all apps
$ aube devRun on the root directory:
$ aube buildRun on the root directory:
# Lint
$ aube lint
# If you want to fix errors, run following:
$ aube lint.fix
# Format
$ aube fmt