Devpost: https://devpost.com/software/xccelcd react-frontendnpm installnpm startcd react-frontendnpm installnpm startcd backendpython -m venv venv (to create virtual environment)source venv/Scripts/activate (on Linux/MacOS)venv\Scripts\activate (on Windows).\venv\Scripts\activate (on PowerShell)pip install -r requirements.txt(After build is made):
- Remove static folder, index.html, and asset-manifest.json from chrome-extension folder
- Copy the static folder, index.html, and asset-manifest.json from react-frontend/build and paste into chrome-extension folder
Or
cd (to root directory)bash deploy.sh (deply.sh is for maxOs/Linux)Go to chrome://extensions/ website, turn developer mode on.
If first time running the chrome extension, click load unpacked and select the chrome-extension folder
If already uploaded the project folder, then just refresh and changes will update.
We have provided a setup script to help you configure your environment variables quickly.
-
Ensure you are in the project's root directory, where the
setup_env.shscript is located. -
Run the environment setup script to copy the required
.envfiles:bash setup_env.sh
This project utilizes Socialify for generating stylish repository previews.
