agola web ui
Go to file
elee 0cd11ce578
agola/agola-web/agola web build/test The run finished successfully Details
debug env
2022-03-04 03:14:31 -06:00
.agola debug env 2022-03-04 03:14:31 -06:00
.github/ISSUE_TEMPLATE Add github issue templates 2019-09-27 11:45:11 +02:00
public home: add content to homepage 2021-07-14 08:40:04 -03:00
src *: Format with prettier 2022-02-24 09:02:02 +01:00
.dockerignore Initial commit 2018-12-09 14:21:20 +01:00
.gitignore Initial commit 2018-12-09 14:21:20 +01:00
.prettierrc.js *: Format with prettier 2022-02-24 09:02:02 +01:00
Dockerfile Dockerfile: use fixed node image version 2022-02-24 08:54:03 +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 *: Format with prettier 2022-02-24 09:02:02 +01:00
jsconfig.json *: Format with prettier 2022-02-24 09:02:02 +01:00
package-lock.json *: Format with prettier 2022-02-24 09:02:02 +01:00
package.json *: Format with prettier 2022-02-24 09:02:02 +01:00
postcss.config.js *: Format with prettier 2022-02-24 09:02:02 +01:00
tailwind.js *: Format with prettier 2022-02-24 09:02:02 +01:00
vue.config.js *: Format with prettier 2022-02-24 09:02:02 +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