Skip to content

Commit

Permalink
doc: fix npm install serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored May 16, 2024
1 parent 4d39827 commit 403e257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dataset-creation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ nextclade run \

This runs Nextclade on the example sequences in `minimal-dataset/sequences.fasta` using the dataset in `minimal-dataset`. The results are saved to the `tmp` directory and contain alignment, aligned translations and a summary TSV file.

One can also use the dataset in Nextclade Web by hosting the dataset through a local web server. For example, after having installed `node` and run `npm -g serve`, one can host the dataset via:
One can also use the dataset in Nextclade Web by hosting the dataset through a local web server. For example, after having installed `node` and run `npm install -g serve`, one can host the dataset via:

```sh
serve --cors minimal-dataset -l 3000
Expand Down

0 comments on commit 403e257

Please sign in to comment.