# How To Contribute ## Installation - `git clone ` - `cd @ember/render-modifiers` - `pnpm install` ## Linting - `pnpm lint` - `pnpm lint:fix` ## Building - `pnpm build` ## Running tests - `pnpm test` – Runs the test suite ## Running the demo application - `pnpm start` - Visit the demo application at [http://localhost:5173](http://localhost:5173).