fix(readme): remove unnecessary documentation

Signed-off-by: Sphericalkat <me@kat.bio>
This commit is contained in:
Amogh Lele 2024-06-17 15:18:16 +05:30
parent 12208b78ae
commit c2b7ee0f08
Signed by: sphericalkat
GPG Key ID: 1C022B9CED2425B4

View File

@ -2,18 +2,6 @@
File storage and sharing service. File storage and sharing service.
## 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 ## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: