From c2b7ee0f0817ac72a99a4d2d7b3dc09ebe07ff90 Mon Sep 17 00:00:00 2001 From: Sphericalkat Date: Mon, 17 Jun 2024 15:18:16 +0530 Subject: [PATCH] fix(readme): remove unnecessary documentation Signed-off-by: Sphericalkat --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index bcd3b90..11edea6 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,6 @@ 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 Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: