dummy commit to rerun pipeline

This commit is contained in:
Silas 2023-04-09 17:52:24 -04:00
parent a2d0010a77
commit aad3781f1e
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
1 changed files with 0 additions and 12 deletions

View File

@ -2,18 +2,6 @@
Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
## Creating a project
If you're seeing this, you've probably already done this step. Congrats!
```bash
# create a new project in the current directory
npm create svelte@latest
# create a new project in my-app
npm create svelte@latest my-app
```
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: