Manage your Terms & Conditions wisely and don't miss anything!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
TCM (Terms & Conditions Manager) is a chrome extension supports you manage Terms & Conditions effectively!
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Chrome
- Python && Flask
- Node.js && npm
- Clone the repo
git clone https://github.com/junseo-yang/BellGeekfest2023.git
- Change Directory to
BellGeekfest2023
cd BellGeekfest2023
- Change Directory to
backend
cd backend
- Change the
openai.api_key
inmain.py
with your OpenAI API key - Set up
venv
for pythonmkdir venv python3 -m venv ./venv source ./venv/bin/activate
- Install python dependencies && Run Flask Server
pip install -r requirements.txt python3 main.py # or python main.py
- Open a new terminal
- Change Directory to
frontend
cd ../chrome-extension
- Install dependencies && Build frontend
npm install npx vite build
- Add chrome extension
dist
directory to your browser - Done! You are all set!
- Implement Core Features
- Plan Future Improvement
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Junseo Yang
- 💼 LinkedIn: https://linkedin.com/in/junseo-yang
- 🎒 Website: https://junseo-yang.github.io
- 📫 [email protected]
Branden Min
- 💼 LinkedIn: https://www.linkedin.com/in/brandenmin/
- 📫 [email protected]
Jaewon Yang
- 💼 LinkedIn: https://www.linkedin.com/in/jaewon-yang/
- 🎒 Website: https://j1yang.github.io/portfolio
- 📫 [email protected]
Jisang Kim
- 💼 LinkedIn: https://linkedin.com/in/jisang-kim/
- 📫 [email protected]
Project Link: https://github.com/junseo-yang/BellGeekfest2023