Skip to content

ReviveSoft/InputronExamples

Repository files navigation

This is a Next.js project that highlightes the different use cases of inputron components

Getting Started

First, sign in to inputron.com to obtain a Client ID and an API Key.

alt text

Second, create a .env file and populate the following

INPUTRON_API_KEY=
INPUTRON_ENGINE_API_ENDPOINT=https://api.inputron.com
INPUTRON_CLIENT_ID=

Lastly, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the different examples of forms/applications that can be built using inputron components.

Learn More

To learn more about Inputron, take a look at the following resources:

Releases

No releases published

Packages

No packages published