mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
docs: 📝 Update README
This commit is contained in:
parent
89aa4abc28
commit
c7f8d7e6d0
1 changed files with 4 additions and 14 deletions
18
README.md
18
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue