-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Contributing guide and add next as a dev dependency
- Loading branch information
Showing
4 changed files
with
508 additions
and
19 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,22 @@ | ||
# Contributing | ||
|
||
This is living document describing how to contribute to SeqViz. | ||
|
||
## Development | ||
|
||
Before making or PR'ing changes, please set up and experiment with the demo application. Steps for doing that are described below. | ||
|
||
Install `seqviz` packages in the repository and repository's demo directories: | ||
|
||
```bash | ||
# seqviz | ||
npm i | ||
cd ./demo | ||
npm i | ||
``` | ||
|
||
Start the demo application: | ||
|
||
```bash | ||
npm run start | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.