/hiz.blue

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

hiz.blue's source code

My personal website built using my favarites: Remix, React Aria Components and vanilla-extract. And I use Notion as CMS in some parts.

Commands

Command Action
npm install Installs dependencies
npm run build Build your production site to ./public/build/
npm run dev Starts local dev server at localhost:8788
npm run start Starts local server at localhost:8788
npm run typecheck Run type check by tsc
npm run lint Run lint check by biome
npm run fmt Run code formatting by biome