UNPKG

remix-nlux

Version:

Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.

29 lines (19 loc) 846 B
This is a demo project that shows how to use [NLUX](https://docs.nlkit.com/nlux) with [Next.js](https://nextjs.org/). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev # or bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. ## Learn More To learn more about NLUX, take a look at the following resources: - [NLUX Documentation](https://docs.nlkit.com/nlux) - learn about Next.js features and API. - [Examples](https://docs.nlkit.com/examples) - find more examples of using NLUX with different setups. You can check out [the Next.js GitHub repository](https://github.com/nlkitai/nlux/) - your feedback and contributions are welcome!