mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-22 02:38:44 -04:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -70,7 +70,7 @@ npm install
|
|||||||
### Running Locally
|
### Running Locally
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run dev
|
npm run dev -- --open
|
||||||
```
|
```
|
||||||
|
|
||||||
Visit `http://localhost:5173` in your browser. The game will load the SoundCloud widget and pre‑warm the daily snippet.
|
Visit `http://localhost:5173` in your browser. The game will load the SoundCloud widget and pre‑warm the daily snippet.
|
||||||
@@ -78,19 +78,15 @@ Visit `http://localhost:5173` in your browser. The game will load the SoundCloud
|
|||||||
### Building for Production
|
### Building for Production
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
npm run build && npm run preview
|
||||||
```
|
```
|
||||||
|
|
||||||
### Deploying to Netlify
|
### Deploying to Netlify
|
||||||
|
|
||||||
1. Create a `netlify.toml` with:
|
1. Connect your Netlify project to a Git repository and connect to Netlify.
|
||||||
```toml
|
2. Use the below build settings:
|
||||||
[build]
|

|
||||||
command = "npm run build"
|
|
||||||
publish = ".svelte-kit/output/client"
|
|
||||||
```
|
|
||||||
2. Push to a Git repository and connect to Netlify.
|
|
||||||
3. Set the publish directory to `.svelte-kit/output/client`.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user