-
Notifications
You must be signed in to change notification settings - Fork 19
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 #93 from amitsingh-007/next
- Loading branch information
Showing
11 changed files
with
2,122 additions
and
1,715 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
pnpm dist | ||
# Commit updated dist | ||
git add dist/\* |
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,18 @@ | ||
# Contributing | ||
|
||
## Running on local machine | ||
|
||
- Fork this repository. | ||
- This project uses pnpm instead of npm so make sure you have latest version of pnpm installed. | ||
- Run `pnpm install` in the root folder. | ||
- For local development: | ||
- Run `pnpm build` to only build the dist folder. | ||
- Run `pnpm lint` to lint all files. | ||
- Run `pnpm test` to run all tests. | ||
- Run `pnpm dist` before committing any changes to the repository. | ||
|
||
## Guidelines for development | ||
|
||
- Install [prettier]("https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode") and enable for this workplace, with default settings. | ||
- Follow `pascalCase` for this project. | ||
- Attach comments to complex logic, if required. |
Large diffs are not rendered by default.
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
Oops, something went wrong.