my online homebase :)
you're welcome to use any code snippets you find, or even use the entire website as a template
- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS
- Content: MDX
- Storage Supabase
Note content is generated using MDX, using the scripts/prebuild/build-note-map.ts
, referenced in the package.json
a file called notesMap.json
is generated before each production build.
- install package:,
pnpm i
- build mdx content,
pnpm run prebuild
- run the development server
pnpm run dev
To install supbase types (optional):
pnpm run supabase gen types typescript --project-id {here} --schema public > src/supabase/types.ts
Read More