It's a simple website project that contains a self introduction card. The project was made with react and migrated to preact. It's just me experimenting and learning stuff.
- Deploy the build to GH Pages:
npm run deploy
- Run locally:
npm run dev
- Build to production:
npm run build