The SvelteKit project for https://starspace.group
Everything you need to build a Svelte project, powered by create-svelte.
- Fork repo to your account
- Clone your fork of the repo
- Copy .env-example to .env
- Install dependencies with
yarn install, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openSubmit the changes on your fork to the original repo as a pull request