/ClinEpiWebsite

Primary LanguageCSSApache License 2.0Apache-2.0

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