Learn more about nhost
;
Learn more about svelte kit
;
Watch the lesson series on youtube - DoingITeasyChannel here
;
Create a nhost project
# clone the project
git clone git@github.com:Uthpala/starter-kit.git
# Install dependencies
npm install
# Update .env file with your nhost project urls
VITE_NHOST_BASE_URL="your nhost project backend url"
Once you have created a nhost project and installed nhost cli.
# Install nhost cli if you haven't already
npm install -g nhost
# Login to nhost using cli
nhost login
# REMOVE the nhost directory from the project
# Initialize the project
nhost init
# Select your project
# start the server and open the app in a new browser tab
npm run dev -- --open