Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 871 Bytes

File metadata and controls

47 lines (32 loc) · 871 Bytes

Website

This is the repository for my personal website.

Prerequisites

You'll need asdf and just installed.

Getting Started

  1. Clone the repository:

    git clone https://github.com/khaykingleb/khaykingleb-com.git \
        && cd khaykingleb-com
  2. Initialize & setup:

    just setup-init

    This installs tools, dependencies, creates .env, and sets up pre-commit hooks.

  3. Configure environment: Edit the created .env file with your Supabase and Notion API keys.

Usage

For a full list of available recipes, run:

just

To start the development server:

just supabase-start \
    && just app-dev

To run the production build locally:

just supabase-start \
    && just app-start