agola web ui
Go to file
Simone Gotti 4038ec5c2a
Merge pull request #26 from camandel/add_pass_vars_pr_checkbox
projects: add checkbox to pass variables to forked PR
2020-02-14 11:25:57 +01:00
.agola agola run: fix agola-web image name 2019-08-29 16:33:54 +02:00
.github/ISSUE_TEMPLATE Add github issue templates 2019-09-27 11:45:11 +02:00
public update favicon 2019-07-13 00:22:56 +02:00
src projects: add checkbox to pass variables to forked PR 2020-01-28 16:22:35 +01:00
.dockerignore Initial commit 2018-12-09 14:21:20 +01:00
.gitignore Initial commit 2018-12-09 14:21:20 +01:00
Dockerfile Initial commit 2018-12-09 14:21:20 +01:00
LICENSE Initial commit 2018-12-09 14:21:20 +01:00
README.md README: add initial description and run status badge 2019-07-14 14:59:41 +02:00
babel.config.js Initial commit 2018-12-09 14:21:20 +01:00
jsconfig.json *: move to tailwind css 2019-05-21 12:13:21 +02:00
package-lock.json npm: update dependencies 2019-09-23 10:16:36 +02:00
package.json npm: update dependencies 2019-09-23 10:16:36 +02:00
postcss.config.js *: move to tailwind css 2019-05-21 12:13:21 +02:00
tailwind.js *: move to tailwind css 2019-05-21 12:13:21 +02:00
vue.config.js Initial commit 2018-12-09 14:21:20 +01:00

README.md

Agola Web UI

Build Status

This is the agola web ui repository.

The agola web ui is built with vue and tailwindcss

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

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint