This project was generated with create-instantsearch-app by Algolia.
This project is a context-searchable dictionary for technical terms. For all the times that you search for the definition of a technical term and fall into a Wikipedia rabbit hole trying to understand. This project allows you to search for libraries, frameworks and companies with context using these fields:
- Programming Language
- Version Number
- Authors
- URL
- Relevant Concepts
To run this project locally, install the dependencies and run the local server:
npm install
npm startAlternatively, you may use Yarn:
yarn
yarn startOpen http://localhost:3000 to see your app.