Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.02 KB

README.md

File metadata and controls

41 lines (31 loc) · 2.02 KB

metajelo-ui-css-classes

CSS class names for metajelo-web and metajelo-ui.

Documentation

API docs are available on Pursuit.

In particular, developers editing CSS will be interested in:

Building

Use the docker container below for these build steps, if in doubt.

npm install
npm run build

Docker

  • First build the image: ./build-docker.sh

  • Run a command , e.g. ./psc.sh npm run build. This will run the npm run build command in the container with the CWD mounted and then exit. Alternatively if you want to issue multiple commands in the container quickly, you can run ./psc.sh bash.