An open API service indexing awesome lists of open source software.

https://github.com/agola-io/agola-web

agola web ui
https://github.com/agola-io/agola-web

agola tailwindcss vuejs

Last synced: 13 days ago
JSON representation

agola web ui

Awesome Lists containing this project

README

        

# Agola Web UI

[![Build Status](https://run.agola.io/api/v1alpha/badges/org%2Fagola%2Fagola-web?branch=master)](https://run.agola.io/org/agola/projects/agola-web.proj)

This is the agola web ui repository.

The agola web ui is built with [vue](https://vuejs.org) and [twind](https://twind.style)

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](https://nodejs.org) **version 16+**, and [PNPM](https://pnpm.io).

```sh
pnpm install
```

### Compiles and hot-reloads for development

```sh
pnpm run serve
```

### Compiles and minifies for production

```sh
pnpm run build
```

### Type Check code

```sh
pnpm run check
```