3f2c57394a
Use latest prettier as devDependency so tools will use (or can be configured to use) the npm provided version. The unique config change is to use single quotes instead of double quotes. |
||
---|---|---|
.agola | ||
.github/ISSUE_TEMPLATE | ||
public | ||
src | ||
.dockerignore | ||
.gitignore | ||
.prettierrc.js | ||
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