Skip to content

Jawlt/Xccel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Xccel

Devpost: https://devpost.com/software/xccel

Running Front End

cd react-frontend
npm install
npm start

Running Front End

cd react-frontend
npm install
npm start

Backend Steps

cd backend
python -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

Running Chrome Extension on Chrome Web Browser

(After build is made):

  1. Remove static folder, index.html, and asset-manifest.json from chrome-extension folder
  2. 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.

1. Setting Up Environment Variables

We have provided a setup script to help you configure your environment variables quickly.

Steps to Set Up:

  1. Ensure you are in the project's root directory, where the setup_env.sh script is located.

  2. Run the environment setup script to copy the required .env files:

    bash setup_env.sh

Acknowledgment

This project utilizes Socialify for generating stylish repository previews.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •