Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

Next.js Web App for mymultisig.app

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.

[![license](https://img.shields.io/github/license/jamesisaac/react-native-background-task.svg)](https://opensource.org/licenses/MIT)
[![Netlify Status](https://api.netlify.com/api/v1/badges/5a18eb88-556e-417c-a1c8-70c257b53499/deploy-status)](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.

[![Netlify 1-Click Deployment](https://www.netlify.com/img/deploy/button.svg)](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.

[![Netlify Status](https://api.netlify.com/api/v1/badges/958cf6e3-835b-42b3-8491-acc708b29891/deploy-status)](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.