Skip to content

Commit

Permalink
Updates, redo main application with new features.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenshank committed Dec 11, 2018
1 parent 1145506 commit d89329b
Show file tree
Hide file tree
Showing 22 changed files with 2,792 additions and 20,152 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,22 @@ Start the development server:
```
yarn start
```

Visit `localhost:8000` in a browser (will read from environment variable `$PORT`).

Note that this starts `webpack` in watch mode; refresh to observe changes.

## Deployment

### Application

```
yarn build-app
yarn serve
```

### Library

```
yarn build-lib
```
9 changes: 3 additions & 6 deletions dist/data/Simple.fasta
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
>Seq1
ATCGTA
ATTGCA
ATCGTAATTGCA
>Seq2
CTCGTA
ATGGCC
CTCGTAATGGCC
>Seq3
GTCGTC
AATGCT
GTCGTCAATGCT
Loading

0 comments on commit d89329b

Please sign in to comment.