Chrome Extension
- Getting Started
- Prerequisites
- Installation
- Development
- Building
- Importing into Chrome
- Contributing
- License
- Author
Clone the repository to your local machine.
git clone https://github.com/prasoonthakur8/slae.git
cd slae
Make sure you have Node.js and npm installed. The project primarily uses the following technologies:
- Webpack
- Tailwind CSS
- jQuery
Install the required packages using npm.
npm install
This will install all the dependencies defined in package.json
.
Start the development server.
npm run dev
This will watch for changes in the src
directory and automatically compile the code into the dist
folder.
To build the extension for production, run:
npm run build
This will create optimized files in the dist
directory.
- Open Chrome and go to
chrome://extensions/
. - Enable Developer Mode by clicking the toggle switch.
- Click on "Load Unpacked."
- Navigate to the
dist
directory of this project and click "Select."
You should now see the SLAE extension icon in your Chrome toolbar.
Contributions are welcome! Please read the contributing guidelines to get started.
This project is licensed under the MIT License. See the LICENSE file for details.