Skip to content

Commit

Permalink
Add Contributing guide and add next as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jjti committed Feb 13, 2024
1 parent 63e9881 commit 7d0b756
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 19 deletions.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
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
```
12 changes: 6 additions & 6 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7d0b756

Please sign in to comment.