Salih Özdemir

Results 22 comments of Salih Özdemir

Hey @sebabratakundu, First you need to bootstrap the packages you will be working on like below: ```bash npm run bootstrap -- --scope @pankod/refine-core --scope refine-use-select-example ``` Then, It's enough to...

@sebabratakundu, You also need to start example project. 1. Go to the example you want to run 2. Open `package.json` of example 3. Copy to `name` property of example in...