docs: 📝 Update README

This commit is contained in:
Bradley Shellnut 2023-01-29 23:07:32 -08:00
parent 89aa4abc28
commit c7f8d7e6d0

View file

@ -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