mirror of
https://github.com/ansible/pinakes-ui
synced 2026-04-05 19:26:16 +00:00
No description
- JavaScript 66.5%
- TypeScript 33.3%
|
|
||
|---|---|---|
| .github | ||
| .travis | ||
| config | ||
| locales | ||
| profiles | ||
| src | ||
| tools/scripts/l18n | ||
| utilities | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc | ||
| .firebaserc | ||
| .gitignore | ||
| .prettierrc.json | ||
| .stylelintrc.json | ||
| .travis.yml | ||
| babel.config.js | ||
| Dockerfile | ||
| index.html | ||
| LICENSE.txt | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| start_catalog.sh | ||
| tsconfig.json | ||
Pinakes UI
Running the standalone Pinakes UI
- Clone the Pinakes repo and follow the instructions for starting up the API.
- Install node
npm installnpm run start:standalone
Building the Pinakes UI for use with Pinakes
This is useful if you would like to build the UI with custom images within src/assets/images (override these images before executing these build steps):
npm ci || npm install
npm run build:standalone
tar -C dist/ -czvf catalog-ui.tar.gz .
License
This project is available as open source under the terms of the Apache License 2.0.