siren-js / api-browser

Siren API browser that uses Siren.js
https://siren-js.github.io/api-browser/
MIT License
2 stars 0 forks source link
api-browser siren

Siren.js API Browser

Development

# install dependencies
$ pnpm install

# run the app locally in development mode
$ pnpm dev
# or
$ pnpm start
# the page will automatically reload as you make edits

# build the app for production to the `dist` folder
$ pnpm build

Deployment

Any push to main kicks off the GitHub action that builds the app and deploys it to GitHub pages.