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:
-
Clone the repo.
-
Run the development server:
npm ci && npm run dev # or yarn dev
-
Open http://localhost:3000 with your browser.
-
You can start editing the source files. The application auto-updates as you edit the source files in
pages
andcomponents
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:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
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.