This tool is designed to simplify the process of creating A/B tests for your web pages, with a live preview functionality powered by BrowserSync.
- Clone the repository
- Install the required dependencies:
npm install
- Create a
.env
file in the root directory and add the following:URL='url of website'
- Start the tool:
npm run watch
To build the project, run the following command:
npm run build
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Make sure to follow the code of conduct.