https://github.com/gear-genomics/apps-page
GEAR home page
https://github.com/gear-genomics/apps-page
computational-biology gear-genomics genomics primer-design sanger-chromatograms sanger-sequencing website
Last synced: 6 months ago
JSON representation
GEAR home page
- Host: GitHub
- URL: https://github.com/gear-genomics/apps-page
- Owner: gear-genomics
- Created: 2017-11-15T19:50:42.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T08:20:46.000Z (6 months ago)
- Last Synced: 2026-01-16T22:52:20.612Z (6 months ago)
- Topics: computational-biology, gear-genomics, genomics, primer-design, sanger-chromatograms, sanger-sequencing, website
- Language: Vue
- Homepage: https://www.gear-genomics.com/
- Size: 3.23 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apps-page
> Main page of GEAR, the genome analysis server.
## Build Setup
```bash
# clone
$ git clone https://github.com/gear-genomics/apps-page.git
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# for static hosting use the .output/public directory
$ npm run generate
```