From c7f8d7e6d0f2aa304eca4aa3dcb41e53a4293357 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Sun, 29 Jan 2023 23:07:32 -0800 Subject: [PATCH] docs: :memo: Update README --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5c91169..2d72670 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,12 @@ -# create-svelte +# Personal Website -Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte). +Rewriting my personal website, originally in Gatsby, using SvelteKit. -## 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 -``` +This is a work in progress to get the site on par with my old one and eventually update with ever newer things! ## Developing -Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: +Install dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: ```bash npm run dev