mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 04:21:38 +00:00
Update readme
This commit is contained in:
12
README.md
12
README.md
@@ -1,4 +1,4 @@
|
||||
# Svelte Society 2021 Website
|
||||
# Svelte Society Website
|
||||
|
||||
Using SvelteKit!
|
||||
|
||||
@@ -7,11 +7,11 @@ Using SvelteKit!
|
||||
In order to start a development server:
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run dev
|
||||
pnpm install
|
||||
pnpm run dev
|
||||
|
||||
# or start the server and open the app in a new browser tab
|
||||
npm run dev -- --open
|
||||
pnpm run start
|
||||
```
|
||||
|
||||
## Building
|
||||
@@ -19,7 +19,7 @@ npm run dev -- --open
|
||||
Before creating a production version of your app, install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment. Then:
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
pnpm run build
|
||||
```
|
||||
|
||||
> You can preview the built app with `npm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.
|
||||
> You can preview the built app with `pnpm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.
|
||||
|
||||
Reference in New Issue
Block a user