https://github.com/marc-aurele-besner/mymultisig-app
Next.js Web App for mymultisig.app
https://github.com/marc-aurele-besner/mymultisig-app
dapp multisig nextjs react storybook
Last synced: about 2 months ago
JSON representation
Next.js Web App for mymultisig.app
- Host: GitHub
- URL: https://github.com/marc-aurele-besner/mymultisig-app
- Owner: marc-aurele-besner
- License: mit
- Created: 2023-02-04T01:49:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T11:27:47.000Z (11 months ago)
- Last Synced: 2025-02-07T09:19:04.838Z (3 months ago)
- Topics: dapp, multisig, nextjs, react, storybook
- Language: TypeScript
- Homepage:
- Size: 19.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# MyMultiSig.app Next.js Web App 🚀
A powerful and scalable web application built using Next.js and Storybook, providing a seamless user experience with server-side rendering and modular architecture. Explore the UI components in an isolated environment with Storybook, or experience the live app online. Deployment is made easy with 1-click options on Netlify.
[](https://opensource.org/licenses/MIT)
[](https://app.netlify.com/sites/mymultisig/deploys)## Online Version 🌍
Access the live version of this web app, hosted on the web and available to users anywhere, anytime.
[MyMultiSig.app](https://MyMultiSig.app/)
## 1-Click Deployment on Netlify 💻
Easily deploy this web app to the cloud with a single click using the power of Netlify.
[](https://app.netlify.com/start/deploy?repository=https://github.com/marc-aurele-besner/mymultisig-app)
## Install Dependencies 📦
Install the necessary packages and dependencies to run and build this web app.
```shell
yarn
```## Start the Development Environment Locally 💻
Launch the development environment for this web app on your local machine, allowing you to test and debug the app in a live environment.
```shell
yarn dev
```## Start the Development Environment Locally with Netlify 🔧
Use Netlify to run the development environment for this web app locally, making it easier to test and debug the app.
```shell
yarn netlify dev
```## Build the Web App for Deployment 🚀
Create a production-ready build of this web app, ready for deployment to a web server.
```shell
yarn build
```## Start Storybook 📖
Launch the local instance of Storybook to develop and document the UI components of this web app in an isolated environment.
```shell
yarn storybook
```## Online Storybook 🌎
Interactively explore and test the UI components of this web app in a live environment, available online.
[](https://app.netlify.com/sites/mymultisig-storybook/deploys)
[Storybook](https://storybook.mymultisig.app)
## 🙏 Acknowledgements
Powered by [Next.js](https://nextjs.org/), this web app utilizes the power of server-side rendering and modular architecture to provide a seamless user experience. The UI components of this web app are developed using [Storybook](https://storybook.js.org/), which allows for interactive development and documentation of UI components in isolation.