Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Proof of concept site for the digitization of D'Arcy Thompson's Glossary of Greek Birds

Notifications You must be signed in to change notification settings

perseids-project/darcy-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D'Arcy Demo

Proof of concept site for the digitization of D'Arcy Thompson's Glossary of Greek Birds.

Try it Out

https://apps.perseids.org/darcy/

Installation

yarn install

Running the development server

yarn start

Building for deployment

Before creating a production build you need to know the path where it will be accessed. Then run the command PUBLIC_URL='./path/of/app' yarn build. This will generate a set of static files in the build/ directory that you can serve.

For example, if you want to deploy it at www.example.com/ then run PUBLIC_URL='./' yarn build. If you want to deploy it at www.example.com/birds then run PUBLIC_URL='./birds' yarn build.

Running tests

yarn test

Linting the code

yarn lint

Deploying a new version to github.io

yarn deploy

Deploying a new version to Perseids

yarn deploy-perseids