You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ And how to setup Github Actions with deploy into Netlify.
202
202
-_Note_: There is only one test in this project (`crate/tests/test.rs`), see [seed-rs-realworld](https://github.com/seed-rs/seed-rs-realworld) for more examples.
203
203
1. If you want to test prerendered website:
204
204
1.`$ yarn build:prerender`
205
-
1.`$ serve:dist`
205
+
1.`$ yarn serve:dist`
206
206
1. Open [localhost:8000](http://localhost:8000) in a browser.
207
207
1._Tip_: Always test it also in production environment because e.g. routing is a little bit different among servers.
208
208
1.**Always run `$ cargo make verify`** before push to make sure CI pipeline will accept your code.
0 commit comments