Skip to content

Files

Latest commit

46641aa · Aug 28, 2024

History

History
This branch is 179 commits behind orval-labs/orval:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 14, 2023
Nov 12, 2020
Aug 28, 2024
Nov 9, 2020
May 20, 2021
Apr 3, 2024
Nov 14, 2023
Nov 14, 2023
Nov 14, 2023
Nov 14, 2023
Nov 14, 2023
May 30, 2024

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.