Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Nov 22, 2024
1 parent fb6a9c7 commit df3eec2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# iiif-metadata-component

## Getting started

npm i
npm run build
npm start
npm start

This will launch a demo on http://localhost:3000/examples that you can use for interactive testing.

## Making a release

First decide on a new version number (x.y.z) using [semantic versioning](https://semver.org/). Then run these commands, being sure to substitute the real version number for x.y.z below:

npm i
npm version x.y.z
npm publish

0 comments on commit df3eec2

Please sign in to comment.