This is an example project to demonstrate using the Inrupt Solid React SDK to build a web application, using Next.js and typescript. The example project is a sample application for editing user profile. You can play with the application at https://solid-ui-react-example.docs.inrupt.com/.

Getting Started

To modify the application:

  1. Clone the repo.

  2. Run the development server:

     npm ci && npm run dev
     # or
     yarn dev
  3. Open http://localhost:3000 with your browser.

  4. You can start editing the source files. The application auto-updates as you edit the source files in pages and components folders.

See also the Sample Application Documentation.

Learn More

To learn more about the Inrupt Solid React SDK, take a look at the following resources:

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy this app is to use the Vercel.

Check out the Next.js deployment documentation for more details.