No description
  • JavaScript 66.5%
  • TypeScript 33.3%
Find a file
2022-12-07 13:55:44 -05:00
.github Added combined message translations 2022-06-07 13:07:00 -04:00
.travis Remove unneeded files 2022-01-18 14:25:10 -05:00
config Merge approval UI 2022-04-21 14:07:29 -04:00
locales Pushing updated strings for localization 2022-10-25 13:28:05 -04:00
profiles Update portfolio routes 2021-08-17 02:10:17 -04:00
src Use the 'tags' user capabilities instead of the old 'set_approval' 2022-07-01 18:49:30 -04:00
tools/scripts/l18n Removed static path from the scripts 2022-07-08 16:32:46 -04:00
utilities Remove console.log 2022-06-02 16:19:26 -04:00
.dockerignore Initial Dockerfile 2018-08-22 17:06:51 -04:00
.eslintignore Initial commit 2018-08-09 12:33:05 -04:00
.eslintrc Update platform api endpoints 2021-10-18 17:26:04 -04:00
.firebaserc Initial commit 2018-08-09 12:33:05 -04:00
.gitignore Added script to extract formatjs messages 2020-07-08 12:38:26 +02:00
.prettierrc.json Added prettier to make linting fix easier. 2019-12-12 12:02:19 +01:00
.stylelintrc.json Updated package.json and scss files 2018-11-08 09:08:22 -05:00
.travis.yml Add NODE_OPTIONS to avoid fatal error during build. 2019-04-16 17:17:47 -04:00
babel.config.js Add babel preset typescript to fix jest 2020-08-21 10:34:01 +02:00
Dockerfile Initial Dockerfile 2018-08-22 17:06:51 -04:00
index.html Update title 2022-02-10 11:22:08 -05:00
LICENSE.txt Prepare Travis, CodeClimate, and deployment 2018-11-06 17:12:38 -05:00
package-lock.json Bump @patternfly/react-icons from 4.72.3 to 4.93.0 2022-11-30 17:19:24 +00:00
package.json Bump @patternfly/react-icons from 4.72.3 to 4.93.0 2022-11-30 17:19:24 +00:00
README.md Remove unnecessary line from README 2022-04-26 14:56:19 -07:00
start_catalog.sh Update library versions 2021-01-25 10:10:07 -05:00
tsconfig.json Migrate approval helper to TS 2020-09-04 10:48:10 +02:00

Pinakes UI

Dist release

Running the standalone Pinakes UI

  1. Clone the Pinakes repo and follow the instructions for starting up the API.
  2. Install node
  3. npm install
  4. npm 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.