https://github.com/jellydn/lens-demo-app
Lens Demo App
https://github.com/jellydn/lens-demo-app
ethersjs graphql lens-protocol nextjs web3
Last synced: about 1 month ago
JSON representation
Lens Demo App
- Host: GitHub
- URL: https://github.com/jellydn/lens-demo-app
- Owner: jellydn
- License: mit
- Created: 2022-12-01T13:12:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T09:40:36.000Z (6 months ago)
- Last Synced: 2025-04-10T10:51:27.707Z (6 months ago)
- Topics: ethersjs, graphql, lens-protocol, nextjs, web3
- Language: TypeScript
- Homepage: https://lens-app.productsway.com
- Size: 2.38 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Welcome to lens-demo-app 👋

[](https://twitter.com/jellydn)> Another awesome starter for your app
## 🏠 [Homepage](https://github.com/jellydn/lens-demo-app)
### ✨ [Demo](https://lens-app.productsway.com)


## Built with
- [NextJS: the React Framework for Production](https://nextjs.org/docs)
- [Tailwindcss: rapidly build modern websites without ever leaving your HTML](https://tailwindcss.com/)
- [Jotai: primitive and flexible state management for React.](https://docs.pmnd.rs/jotai/introduction)
- [next-validations: NextJS API Validations, support Yup, Fastest-Validator, Joi, and more](https://next-validations.productsway.com/)
- [Storybook: build bulletproof UI components faster](https://storybook.js.org)
- [React-hook-form: performance, flexible and extensible forms with easy-to-use validation](https://www.react-hook-form.com/)
- [react-testing: simple and complete testing utilities that encourage good testing practices](https://testing-library.com/)
- And other standard tools as [Eslint](https://eslint.org/), [Prettier](https://prettier.io/), [Lint-staged](https://github.com/okonet/lint-staged)## Install
```sh
yarn install
```## Usage
Create .env file base on .env.example then run below command
```sh
yarn dev
```## Run tests
```sh
yarn test
```## Run storybook
```sh
yarn storybook
```## Useful references
- [Lens Protocol - Authentication Quickstart](https://docs.lens.xyz/docs/authentication-quickstart)
- [Lens Protocol - Developer Quickstart](https://docs.lens.xyz/docs/developer-quickstart)
- [NextAuth.js - Sign-In with Ethereum](https://docs.login.xyz/integrations/nextauth.js)
- [Authentication — RainbowKit](https://www.rainbowkit.com/docs/authentication)## Author
- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)## Stargazers 🌟
[](https://github.com/jellydn/lens-demo-app/stargazers)
## Show your support
Give a ⭐️ if this project helped you!
[](https://ko-fi.com/Q5Q61Q7YM)
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_