diff --git a/README.md b/README.md index 441b38a..7bdf3bd 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,6 @@ Migration to open-source: ██░░░░░░░░░ - [ ] Connector controls - [ ] Publish icons as separate importable package -## Want to contribute? - -See [good first issues](https://github.com/markmanx/isoflow/contribute). - ## Installation Note: Isoflow is currently in development and _NOT_ production ready. To view it's current state of development: @@ -85,6 +81,17 @@ const Isoflow = dynamic(() => import("isoflow"), { }); ``` +## Development setup + +1. Clone the repo +2. `npm i` +3. `npm run start` +4. Visit `localhost:3000` in your browser + +## Contributions + +See [good first issues](https://github.com/markmanx/isoflow/contribute). + ## License Isoflow is MIT licensed (see ./LICENSE).