Skip to content

Files

Latest commit

6e55fba · Jul 8, 2025

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 16, 2025
Nov 12, 2020
Jul 8, 2025
Nov 9, 2020
May 20, 2021
Apr 3, 2024
Nov 14, 2023
Apr 27, 2025
Nov 14, 2023
Nov 14, 2023
Nov 14, 2023
Apr 27, 2025

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.