phuang07 / viewpoint

wip ~ create & embed iiif views from uri params

Home Page:https://dss.hosting.nyu.edu/viewpoint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nyu-dss/viewpoint

prerequisites

local development

  1. Clone the repo
git clone git@github.com:nyu-dss/viewpoint.git && cd viewpoint
  1. Install project node version (specified in .nvmrc)
nvm install
  1. Install npm packages
npm install
  1. Run the dev server
npm run dev
  1. Open in browser at http://localhost:3000/viewpoint/

  2. Quit the server with Ctrl-c.

  3. Auto-format code

npm run format
  1. Lint code
npm run lint

About

wip ~ create & embed iiif views from uri params

https://dss.hosting.nyu.edu/viewpoint/


Languages

Language:Svelte 69.2%Language:JavaScript 25.1%Language:SCSS 4.5%Language:HTML 1.3%