Introduction
KianKit is setup like a regular SvelteKit app with some added folders, and modified routing.Structure
Prerequisites
Before you begin, ensure you have met the following requirements: You should be good to go!Installation
Clone the repository
Clone the repository
There are two ways to get KianKit onto your machine, it all comes down to your choice.
- You can fork KianKit and then clone down your own version of it.
- You can clone the repository directly.
Install dependencies
Install dependencies
The next step is to install all of the required dependencies for KianKit, we use
pnpm
as the package manager.Setup
You will need to rename the.env.example
to .env
and fill in the environment variables with your Supabase project’s variables.