Skip to content

freestyle-sh/freestyle-sveltekit-template

Repository files navigation

Freestyle X SvelteKit Template

This is a template for creating a SvelteKit project with Freestyle.

Getting Started

To run this project, first install everything with npm:

npm install

Then run the development server:

npx freestyle dev

Building for Production

To build the project for production, run:

npx freestyle build

This will create a build directory with all the files you need to deploy your project.

Deploying

To deploy your project, you first need to sign in

npx freestyle login

Then you can deploy your project with:

npx freestyle deploy

About

Freestyle X SvelteKit Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published