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
Add an sample-project or example folder which someone can view on Github and maybe download, or copy from cloned repo.
Or, for more convenience for a user, add commands to make it locally.
For example:
Setup skeleton project with the .js and public files but all empty. This would create content in the current directory. Let the user make the directory themselves.
npx hydrogen create-skeleton
Setup project using the content examples in README.md. Maybe flesh the examples out more to showcase advanced functionality. npx hydrogen create-sample
The text was updated successfully, but these errors were encountered:
Add an
sample-project
orexample
folder which someone can view on Github and maybe download, or copy from cloned repo.Or, for more convenience for a user, add commands to make it locally.
For example:
Setup skeleton project with the .js and public files but all empty. This would create content in the current directory. Let the user make the directory themselves.
npx hydrogen create-skeleton
Setup project using the content examples in README.md. Maybe flesh the examples out more to showcase advanced functionality.
npx hydrogen create-sample
The text was updated successfully, but these errors were encountered: