Add command to navigate to and run svelte-kit-demo #881
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Right now the README verbally explains how to navigate to an example project and run a development server, but it does not provide an example or command for doing so.
Newer developers who have not worked with monorepos before may not be as familiar with navigating to different directories of their project to run specific commands.
Assuming the reader knows how to
cd
into a directory is a very, very small assumption to make. Nonetheless, the faster and easier you can get someone to hello world the better, which is why I added two commands to navigate and start the server that can be easily copy pasted.If this change is accepted it opens a large question of which of the three examples to pick for providing a happy path. I don't believe I'm the best person to make that decision and would welcome any input from the core team.
Thanks for all the work everyone has done on sveltekit, it's an awesome project!