+
+## Running the project locally
+
+To run the project, you'll need the following software binaries installed on your development machines:
+
+- [Node.js](https://nodejs.org/en)
+- [NPM](https://www.npmjs.com/)
+
+To install the project dependencies:
+
+```shell
+npm ci
+```
+
+To run a local instance of the project:
+
+```shell
+npm run dev
+```
+
+## Installing the extension on a Chromium based browser:
+After running the above commands,
+1. Navigate to `chrome://extensions`.
+2. Enable the `Developer Mode`.
+3. Select `Load Extension` and choose the generated `dist` directory from the project folder to install it.
+
+You should now have the extension installed and running.
+
+## 🙌🏼 Core Team
+
+
+
+
+
+
+
+
+
+
+
+
+## 🤝 Contributing
+
+We encourage you to contribute to OpenSauced! Please check out the [Contributing guide](https://docs.opensauced.pizza/contributing/introduction-to-contributing/) for guidelines about how to proceed.
+
+We have a commit utility called [@open-sauced/conventional-commit](https://github.com/open-sauced/conventional-commit) that helps you write your commits in a way that is easy to understand and process by others.
+
+## 🍕 Community
+
+Got Questions? Join the conversation in our [Discord](https://discord.gg/U2peSNf23P).
+Find Open Sauced videos and release overviews on our [YouTube Channel](https://www.youtube.com/channel/UCklWxKrTti61ZCROE1e5-MQ).
## ⚖️ LICENSE