Skip to content

My personal website! This is where I'll be hosting my projects 🚀 built with react, chakra, next, and supabase

Notifications You must be signed in to change notification settings

SinaKhalili/sinakhalili.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sinakhalili.com

Hello! Welcome to my website repo. It's created with next.js and deployed on Vercel. The blog posts and notes are just .md files in the posts and notes directories.

It uses supabase for things that need database, like the crossword stuff. Feel free to take, modify, read, and re-use whatever you see fit.

Getting Started

You need all the classics: yarn, node, git, docker. The friends that always come out to play.

Clone the repo and install the dependencies with yarn

Start the supabase server with yarn supabase start

Then, you can run the development server:

yarn dev

Migrations

To run migrations, you need to have the supabase server running.

Then, you can diff the db migrations with:

yarn supabase db diff --schema public

Which will give you some sql (along with other output :sadge: ) that you can copy into a new migration file in supabase/migrations

To create that filename automatically, you can create the migration with:

yarn supabase migration new [NAME]

And finally, you can run the migrations with:

yarn supabase db reset

About

My personal website! This is where I'll be hosting my projects 🚀 built with react, chakra, next, and supabase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published