Skip to content

agola-io/agola-web

Repository files navigation

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