-
Notifications
You must be signed in to change notification settings - Fork 119
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 #806 from pdcastro/run-lint-prettier
Run prettier and lint
- Loading branch information
Showing
6 changed files
with
57 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Contributing | ||
|
||
Thank you for your interest in contributing to this project! | ||
|
||
## Building | ||
|
||
* Install Node.js (latest LTS release). | ||
* On Linux, macOS, or Windows WSL, consider using [nvm.sh](https://github.com/nvm-sh/nvm/blob/master/README.md) | ||
* On Windows native, see [Nodejs.org](https://nodejs.org/) | ||
* `git clone https://github.com/nielsfaber/scheduler-card.git` | ||
* `cd scheduler-card` | ||
* `npm install --no-package-lock` | ||
* `npm start` # To develop interactively | ||
* `npm run build` # Run lint, prettier, rollup (update 'dist/scheduler-card.js') | ||
|
||
|
||
## Codebase rewrite | ||
|
||
Please note that a major rewrite of the codebase is ongoing as of March 2024. If you are | ||
planning on submitting a significant contribution, get in touch to request a branch for | ||
the new version to be published so that you can rebase your work on it. |
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