This project was generated with create-instantsearch-app by Algolia.
Simple webapp to set the time a query rule will be active allowing for changing by the hour or minute
Visit https://preview.algolia.com/rules-time/ for deployed site.
- Input appID, API key, and index name (only required the first time).
- Search for a rule by the context, description, condition, or strategy.
- Select your rule.
- Input fields from and until in specifed format
- ?????
- Profit
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.