Share your new side project or publish posts.
Built with a series of "in-house" technologies that I maintain:
- natmfat: closed course design system
- remix-endpoint: validate Remix forms
Run the Remix development server.
pnpm run dev
Generate database client and types.
pnpm run db:generate
Push database schema and seed with some initial data.
pnpm run db:seed