This is a Next.js project that highlightes the different use cases of inputron components
First, sign in to inputron.com to obtain a Client ID and an API Key.
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 devOpen http://localhost:3000 with your browser to see the different examples of forms/applications that can be built using inputron components.
To learn more about Inputron, take a look at the following resources:
- Inputron Documentation - learn about Inputron features and API.
