This repository hosts the frontend work, which automatically deploys using github pages. It hosts both the search, and the map functionality in one place. The epiverse-search
and epiverse-map
repo's are where the discussions around the entire project take place. This repository is only about the front-end.
We use React for the microsite. After cloning this repository, these are the primary commands you will need to run
npm install
npm start # dev server
If you want to do things for production:
npm test # run unit tests
npm run build # build the production version
The search is further detailed in the following repo's:
epiverse-search
: Specifications, designsepiverse-search-backend
: Backend deployment implementation