Skip to content
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

simplify installation #13

Merged
merged 4 commits into from
Feb 9, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 0 additions & 9 deletions README.md
Expand Up @@ -113,18 +113,9 @@ turns .svelte into .svelte.js. Points at web_modules.

## Try it
```
# until https://github.com/sveltejs/svelte/pull/4309 and
# https://github.com/sveltejs/svelte/pull/4365 are merged:
git clone https://github.com/PKlknr/svelte
cd svelte
git checkout for-svatic
npm i && npm run build
cd ..

git clone https://github.com/PKlknr/svatic
cd svatic
npm i
npm i ../svelte

node example/pureHtml/build.js
node example/hydrate/build.js
Expand Down