Skip to content

Feature/smart site update #5262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ Set up the site sub-project:
git clone https://github.com/sveltejs/svelte.git
cd site
npm ci
npm run update
npm run dev
```

and navigate to [localhost:3000](http://localhost:3000).

The first time you run the site locally, it will update the list of Contributors and REPL dependencies. After this it won't run again unless you force it by running:

```bash
npm run update
```

## Running using the local copy of Svelte

By default, the REPL will fetch the most recent version of Svelte from https://unpkg.com/svelte. When running the site locally, you can also use your local copy of Svelte.
Expand All @@ -25,7 +30,6 @@ npm ci
PUBLISH=1 npm run build
cd site
npm ci
npm run update
npm run dev
```

Expand Down
227 changes: 0 additions & 227 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading