Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 453 Bytes

README.adoc

File metadata and controls

20 lines (14 loc) · 453 Bytes

ClinEpiWebsite

Frontend pages (js, images, css, html) that add or modify EbrWebsiteCommmon and WDKClient, used in ClinEpiDB.org.

Local Development

First, configure your local development environment by adding a .env file in ClinEpiWebsite/Site. (We have provided a sample config in .env.sample.)

Next, install dependencies from npm:

yarn install

Finally, start the dev server:

yarn start