d0036d960b
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.agola | ||
.github/ISSUE_TEMPLATE | ||
public | ||
src | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
tailwind.js | ||
vue.config.js |
README.md
Agola Web UI
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