Skip to content

Commit f72d10a

Browse files
committed
update
1 parent d23350a commit f72d10a

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
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
2214
npm run dev

0 commit comments

Comments
 (0)