This is a SvelteKit project template configured with your preferred settings and file structure.
- Clone the project
git clone https://github.com/kyrregjerstad/svelteKit-template.git
- Navigate into the project directory
cd your-template-repo
- Install the dependencies
pnpm i
- Start the development server
pnpm run dev
Now you should be able to see the project running at localhost:5173.
To create an optimized version of the app:
pnpm run build
To learn more about SvelteKit, check out the SvelteKit Documentation.
This project is open source and available under the MIT License.
Feel free to customize this README to fit your specific project needs and add any additional sections that might be useful for your users, such as a 'Contributing' section, or detailed 'Usage' instructions.