-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
51 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
## Contributing | ||
|
||
If you'd like to contribute to Panda Wallet's development, follow these steps: | ||
|
||
1. **Clone the Repository:** Clone the repo: | ||
|
||
```bash | ||
git clone | ||
``` | ||
|
||
2. **Install Dependencies:** Navigate to the project's root directory and run: | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
3. **Start the App:** Open a local instance of the app: | ||
|
||
```bash | ||
npm run start | ||
``` | ||
|
||
4. **Build The Extension:** To create a production build of the app, run: | ||
|
||
```bash | ||
npm run build | ||
``` | ||
|
||
5. **Run The Extension:** Load the extension into your browser using dev mode: | ||
|
||
1. Navigate to `chrome://extensions` and turn on dev mode. | ||
2. Click "Load Unpacked". | ||
3. Upload the production `build` folder. | ||
|
||
6. **Customize and Contribute:**: Customize the extension or contribute by opening pull requests. | ||
|
||
**\*Always Use Prettier for Code Formatting** | ||
|
||
Prettier is a powerful code formatter that helps ensure our code remains well-organized and readable. By adhering to Prettier's formatting standards, we can enhance code collaboration and reduce potential errors. Make it a habit to run Prettier before committing any code changes. | ||
|
||
**\*If you plan to contribute, please review the PR Guidelines** | ||
|
||
[PR Guidelines](PR_GUIDELINES.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6151d048ba2dc2d453ba5bed3960756db82bef6b1ef28effd8c5bba193b51a78 public/builds/pw-v0.6.0-alpha.zip |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters