File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 1- # sv
1+ ## Introduction
22
3- Everything you need to build a Svelte project, powered by [ ` sv ` ] ( https://github.com/sveltejs/cli ) .
3+ A simple svelte project for validating and generating sample sheets for Nextseq run and ONT basecalling .
44
5- ## Creating a project
6-
7- If you're seeing this, you've probably already done this step. Congrats!
8-
9- ``` bash
10- # create a new project in the current directory
11- npx sv create
12-
13- # create a new project in my-app
14- npx sv create my-app
15- ```
5+ The app is hosted on Github Pages and can be accessed at https://quadram-institute-bioscience.github.io/sample-sheet-generator/
166
177## Developing
188
19- Once you've created a project and installed dependencies with ` npm install ` (or ` pnpm install ` or ` yarn ` ), start a development server:
9+ Clone the repository and run ` npm install ` to install the dependencies.
10+
11+ Start a development server:
2012
2113``` bash
2214npm run dev
You can’t perform that action at this time.
0 commit comments