Skip to content

add warning about git depth #15

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cd svelte-rocket
npm install
```

> Note: if you download the Git repository manually, do so with the `--depth=1` option, as previously stored assets in the repository balloon the clone size to over 500MiB.

...then start Rocket server and [Vite](https://vitejs.dev) in two different terminals

Expand Down Expand Up @@ -72,4 +73,4 @@ v0.1.4: update packages because `cargo run` failed

v0.1.3: Added authentication example with private cookies

v0.1.2: Added Bulma CSS styling
v0.1.2: Added Bulma CSS styling