-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb6a9c7
commit df3eec2
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |