Skip to content

epiverse-connect/epiverse-search-frontend

Repository files navigation

Epiverse search frontend

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.

Commands

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

Related

The search is further detailed in the following repo's: