A simple starter app for the Solid decentralized web platform.
- Login with any Solid Identity Provider
- Display your WebID
- Fetch and display your profile name
- @inrupt/solid-client-authn-browser - Authentication
- @inrupt/solid-client - Data access
- Vite - Build tool
- Bulma - CSS framework
- Node.js 18+
- A Solid Pod (get one here)
npm installnpm run devOpens at http://localhost:3000
npm run buildOutput is in dist/ folder.
MIT