From 3ffd81cc56329739bb9645dd03542763c310d998 Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Fri, 12 Jul 2019 11:49:48 +0200 Subject: [PATCH] README: add initial description and run status badge --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce0462f..af14588 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -# agola-web +# 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 [tailwindcss](https://tailwindcss.com) + +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 ``` @@ -24,6 +32,3 @@ npm run test ``` npm run lint ``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/).