Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 737 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 737 Bytes

Agola Web UI

Build Status

This is the agola web ui repository.

The agola web ui is built with vue and twind

It's currently good for the initial release but we'll start an ui/ux redesign to make it better and add missing parts.

Project setup

You will need Node.js version 16+, and PNPM.

pnpm install

Compiles and hot-reloads for development

pnpm run serve

Compiles and minifies for production

pnpm run build

Type Check code

pnpm run check