Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 492 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 492 Bytes

Mage Screenshot Repo

Test repo for generating screenshots for https://usemage.ai apps.

Setup

Install dependencies:

npm install

Install Chromium:

npx playwright install chromium

Copy .env.example to .env and fill in the required environment variables.

Run as web app locally

Run the server:

npm run server

Run the client:

npm run client

Run as CLI

npm run cli -- --url https://usemage.ai/result/{uuid}