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
- Host: GitHub
- URL: https://github.com/agola-io/agola-web
- Owner: agola-io
- License: apache-2.0
- Created: 2019-05-24T10:24:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T14:54:41.000Z (10 months ago)
- Last Synced: 2025-03-28T23:03:52.856Z (about 1 month ago)
- Topics: agola, tailwindcss, vuejs
- Language: Vue
- Homepage: https://agola.io
- Size: 896 KB
- Stars: 23
- Watchers: 2
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Agola Web UI
[](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
```