Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 612 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 612 Bytes

orval - Restfull Client Generator

This is source code to orval.dev. It is forked from the Formik docs and is built with:

  • Next.js
  • MDX
  • Tailwind
  • Algolia

Running locally

yarn install

If you want to setup algolia. Just add a .env file with the following content:

NEXT_PUBLIC_ALGOLIA_APP_ID=<YOUR APP ID>
NEXT_PUBLIC_ALGOLIA_API_KEY=<YOUR API KEY>
NEXT_PUBLIC_ALGOLIA_INDEX_NAME=<YOUR INDEX NAME>

Now it will work. Run yarn dev to get going.