From 3e4dd69c52477596bb5a2f5e4d4a1b46bbb981df Mon Sep 17 00:00:00 2001 From: Anush Date: Tue, 18 Apr 2023 18:27:02 +0530 Subject: [PATCH] docs: Updated the README.md (#15) * docs: Updated the README.md * docs: updated the core team info * docs: Rephrased installation instructions * docs: Objectives to be added after discussions * docs: Added Avatars to the core team section --- README.md | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/README.md b/README.md index 1e2d8ed3..f577bc6e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,71 @@ Open Sauced

🍕 Open Sauced Browser Extension(s) 🍕

+

+ GitHub code size in bytes + GitHub commit activity + + GitHub issues + + + Discord + + + Twitter + +

+ +## 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 +

+ + Brian Douglas + + + Divyansh Singh + + + Anush Shetty + +

+ +## 🤝 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