Getting Started With SvelteKit
Freestyle lets you build your SvelteKit project with ease — you can get websockets, data storage and more up and with just Svelte and TypeScript. To get started, create a new GitHub repository using our SvelteKit Template
Once you have your repository set up, install the dependencies.
Then run the dev server.
This will automatically run the SvelteKit dev server and the freestyle dev server. Navigate to http://localhost:8910 to see your site. To learn more about the dev server, check our Dev Server Guide.
Deploying Your Site
First, you need to build your site. Run the following command:
This will create a ready to deploy build. You can deploy your site using the following command: