A simple SvelteKit project scaffold for kitforge.
Follow these steps to set up and run your SvelteKit application locally:
First, move into your project's directory:
cd kitforge
Ensure you're using Node version 22 (or your required version) with nvm:
nvm use 22
If you don't have Node 22 installed yet, install it first:
nvm install 22
Install your project's dependencies with Bun:
bun install
Start the SvelteKit development server:
bun run dev
Open your web browser and go to:
localhost:5173
You should now see your SvelteKit application running.
Build & Deploy: When ready, build your project with:
bun run build
If you encounter any issues or have questions, please send and email to ethan.steip@gmail.com