pinakes-ui

APACHE-2.0 License

Stars
4
Committers
19

Pinakes UI

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.