-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from JeremyTheintz/develop
📦 Bump packages version to latest
- Loading branch information
Showing
34 changed files
with
1,758 additions
and
6,058 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,41 @@ | ||
# Contributing | ||
|
||
Thank you for considering contributing to this project! Your contributions are greatly appreciated. In this document, you'll find guidelines and tips for making the contribution process smooth and efficient. | ||
|
||
## Creating a new template | ||
|
||
If you want to contribute a new template, follow these steps: | ||
|
||
1. Create a new folder in `./packages` with the name of your template. | ||
|
||
2. Create the following files, taking inspiration from other templates (see `./packages/base` for an example): | ||
|
||
- `./packages/[template-name]/package.json` | ||
- `./packages/[template-name]/pages/index.tsx` | ||
- `./packages/[template-name]/tsconfig.json` | ||
- `./packages/[template-name]/next.config.js` | ||
- `./packages/[template-name]/next-env.d.ts` | ||
|
||
3. Open `./scripts/build.js` and add your template to the `templates` array (the name has to be the same as the template directory name in `./packages`). | ||
|
||
- `const templates = ['base', 'mui', 'styled-components', 'new-template-name'];` | ||
|
||
4. Go to the project root directory `./` and run `npm run build` to copy the common files to the new template. | ||
|
||
5. Navigate to your template folder (`cd ./packages/[template-name]`) and start development with `npm run dev`. | ||
|
||
## Contribution Guidelines | ||
|
||
Please follow these guidelines to ensure a smooth contribution process: | ||
|
||
- Make sure your code follows the project's coding style and conventions. | ||
- Test your changes locally before submitting a pull request. | ||
- Keep your pull requests focused and limited to a single feature or bug fix. | ||
- Provide a clear and concise description of your changes in the pull request. | ||
- If your changes are related to an existing issue, reference the issue number in your pull request. | ||
|
||
## Getting Help | ||
|
||
If you need help or have questions about the project, feel free to open an issue or reach out to the maintainers. | ||
|
||
Again, thank you for your interest in contributing to this project. Your contributions will help improve the project for everyone! |
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 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 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 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 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 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 |
---|---|---|
|
@@ -3,5 +3,4 @@ | |
// web3 injected by wallet | ||
interface Window { | ||
ethereum: any; | ||
'use-responsive-timeout': NodeJS.Timeout; | ||
} |
This file was deleted.
Oops, something went wrong.
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 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 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 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 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
Oops, something went wrong.
2116101
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
create-nextjs-dapp – ./
create-nextjs-d.app
create-nextjs-dapp-swiiny12.vercel.app
create-nextjs-dapp-git-main-swiiny12.vercel.app