Replies: 4 comments 4 replies
-
The docs have a contributing guide: https://remix-pwa.run/docs/main/contributing Regarding the sandbox, you would just run npm run dev to start it up. It isn't cleaned up, as I am the only one that tend to use it. Fork from dev if you also want to include Remix PWA v5 features. Main is currently v4 |
Beta Was this translation helpful? Give feedback.
-
@ShafSpecs No yeah I read that. What I meant was a basic list of commands that I should run to get started. For example I tried to run
I'm assuming this is because we are using workspaces. I'm only familiar with workspaces in |
Beta Was this translation helpful? Give feedback.
-
I also tried to run All of this ^ on On
|
Beta Was this translation helpful? Give feedback.
-
You should now be able to fork the dev branch and make changes there, I am working on the sandbox itself, as there are two possible apps: SPA and SSR Remix applications |
Beta Was this translation helpful? Give feedback.
-
I have a couple of ideas for improvements on the library and I forked the project but I can't find a guide on how to setup the project and run the playground. Is there a guide somewhere that I'm missing? If not, what steps should I follow to setup my local environment?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions