https://github.com/earthskyorg/fullstack-web3-test-frontend
https://github.com/earthskyorg/fullstack-web3-test-frontend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/earthskyorg/fullstack-web3-test-frontend
- Owner: earthskyorg
- Created: 2023-05-04T20:27:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T20:27:25.000Z (about 2 years ago)
- Last Synced: 2025-01-19T23:31:22.565Z (5 months ago)
- Language: TypeScript
- Size: 719 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polkadot Wallet Sign-in App
This is a sample application that demonstrates how to use Polkadot wallet to sign in. The app is built using React and TypeScript.
## Prerequisites
Before you start, make sure you have the following:
- [Node.js](https://nodejs.org) installed
- [Yarn](https://yarnpkg.com/) package manager installed## Installation
1. Clone this repository to your local machine
2. Navigate to the project directory and run `yarn install` to install the dependencies## Usage
To start the development server, run:
```
yarn start
```This will start the app at http://localhost:3000.
To build the production-ready code, run:
```
yarn build
```This will create an optimized version of the app in the `build` folder.
## Contributing
If you want to contribute to the project, please follow these steps:
1. Fork the repo
2. Create a new branch with a descriptive name (`feature/new-feature`, `bugfix/issue-description`, etc.)
3. Make your changes and commit them with a descriptive message
4. Push your changes to your fork
5. Create a pull request to merge your changes into the main repo## License
This project is licensed under the [MIT license](LICENSE). Feel free to use it for any purpose.