cerebral / overmind

Overmind - Frictionless state management
https://overmindjs.org
MIT License
1.58k stars 95 forks source link

docs(overmind-devtools): document overmind-devtools for easier local development #617

Closed dpraimeyuu closed 3 months ago

dpraimeyuu commented 3 months ago

This tiny PR starts documentation around devtools - main principles behind it, how to contribute and set up it locally.

Thanks to @henri-hulski, I was able to run it and even play with it a bit.

NOTE: I know it might be the wrong package to place such docs, but firstly I wanted to document the knowledge and then later discuss whether it's a right location :sweat_smile:

codesandbox[bot] commented 3 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

dpraimeyuu commented 3 months ago

@henri-hulski yup, that totally makes sense!

Did you mean PR name or commit name?

I renamed PR name.

henri-hulski commented 3 months ago

Actually I mean the commit name as it's used for the release notes.

henri-hulski commented 3 months ago

You can fix it with

git commit --amend
git push --force
dpraimeyuu commented 3 months ago

@henri-hulski commit renamed :smile:

henri-hulski commented 3 months ago

Thanks! I will merge it.