Auto click, fill, submit with AutoClicker
Fill input field or click button or link anything anywhere. easy configure in few steps and work like PRO.
This project is divided into three main components, each serving a specific purpose.
The acf-extension
is a Chrome extension designed to [provide a short description of what the extension does].
The acf-i18n
component is responsible for managing language translations. It ensures the project is accessible to users across different linguistic backgrounds.
The acf-options-page
serves as the configuration page for your project. Users can customize settings and preferences through this interface.
Before getting started, make sure to create a new .env
file from the provided .env.example
under the acf-extension
and acf-options-page
directories.
Follow these steps to set up and run the project:
-
Install dependencies:
npm i
-
Install Nx globally:
npm i nx --global
-
Serve the components:
nx run-many -t serve - acf-extension - acf-options-page - acf-i18n
-
Run linting:
nx run-many -t lint
-
Run testing:
nx run-many -t test
-
Run Format:
nx format:check