sul-cidr / pianolatron

Development repository for the CIDR Pianolatron application.
https://pianolatron.stanford.edu
8 stars 4 forks source link

Pianolatron

Development repository for the CIDR Pianolatron application.

Development Status

Run Locally

  1. git clone this repository

Live Updating Development Build

  1. yarn
  2. yarn dev (This will run the development server and reflect your changes to the page as you save files)
  3. Visit localhost:8080 in your browser

Static Build

  1. yarn build
  2. Serve build/ using an http server
  3. yarn preview is now also available, which will perform a static production build and then serve it from http://localhost:8080/.

Linting and Testing

GitHub Pages Deployment

Users with write permissions to the repo can deploy to GitHub Pages with yarn gh-deploy.