This is a template for creating a SvelteKit project with Freestyle.
To run this project, first install everything with npm:
npm install
Then run the development server:
npx freestyle dev
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.
To deploy your project, you first need to sign in
npx freestyle login
Then you can deploy your project with:
npx freestyle deploy