This is the repository for my personal website.
You'll need asdf and just installed.
-
Clone the repository:
git clone https://github.com/khaykingleb/khaykingleb-com.git \ && cd khaykingleb-com -
Initialize & setup:
just setup-init
This installs tools, dependencies, creates
.env, and sets up pre-commit hooks. -
Configure environment: Edit the created
.envfile with your Supabase and Notion API keys.
For a full list of available recipes, run:
justTo start the development server:
just supabase-start \
&& just app-devTo run the production build locally:
just supabase-start \
&& just app-start