Frontend for Reguleque, a search engine for chilean public workers records' as obtained through transparency databases.
To run this project locally, install the dependencies and run the local server:
npm install
npm start
Alternatively, you may use Yarn:
yarn
yarn start
Open http://localhost:3000 to see your app.
For the frontend to show results it must be paired with a working Typesense instance in the backend. You should also clone agucova/reguleque-search, start a Typesense instance and use the provided scripts to load test data. (Make sure to fill in the endpoint and API key in src/app.js
.
- BenjamÃn Vicente (@benjavicente) - Made the initial structure and layout for the search hits.