A distributed browser automation platform built with Elixir and Phoenix LiveView.
-
Clone the repository:
git clone <repository-url> cd browsergrid
-
Copy environment variables:
cp env.example .env
-
Bootstrap the Kubernetes cluster:
task dev:init
-
Launch Browsergrid:
task dev:up
-
Access the application at http://localhost:4000
When finished, tear everything down with task destroy.