Remove duplicate site build instructions

Fixes #4815
pull/4824/head
Antony Jones 5 years ago committed by GitHub
parent ee130793ca
commit 8ec1e14cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,13 +69,7 @@ npm run test -- -g transition
## svelte.dev
The source code for https://svelte.dev, including all the documentation, lives in the [site](site) directory. The site is built with [Sapper](https://sapper.svelte.dev). To develop locally:
```bash
cd site
npm install && npm run update
npm run dev
```
The source code for https://svelte.dev, including all the documentation, lives in the [site](site) directory. The site is built with [Sapper](https://sapper.svelte.dev).
## License

Loading…
Cancel
Save