starterkit-sveltekit Svelte Themes

Starterkit Sveltekit

kitforge

A simple SvelteKit project scaffold for kitforge.

Quick Start 🚀

Follow these steps to set up and run your SvelteKit application locally:

1. Navigate to Your Project

First, move into your project's directory:

cd kitforge

2. Select Node Version

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

3. Install Dependencies

Install your project's dependencies with Bun:

bun install

4. Run the Development Server

Start the SvelteKit development server:

bun run dev

5. Open Your Application

Open your web browser and go to:

localhost:5173

You should now see your SvelteKit application running.

📚 Next Steps

Build & Deploy: When ready, build your project with:

bun run build

📚 Resources

SvelteKit Documentation

Svelte Documentation

Tailwind V4 Documentation

ShadCn-Svelte components

Support

If you encounter any issues or have questions, please send and email to ethan.steip@gmail.com

Top categories

Loading Svelte Themes