Skip to content

stjude/learngenomics.dev

Repository files navigation

Learn Genomics is a guide that aims to introduce the subject of genomics to software engineers and data scientists in a palatable, straightforward manner. It was originally written by software engineers at St. Jude Children's Research Hospital, and now it has grown to a community-maintained project.

Quickstart

The guide is built on top of Docusaurus 2 with some simple, custom theming added on top. If you wish to build the guide locally, you can run the following commands:

# install the dependencies needed
$ npm install

# run a livereloading site
$ npm start

If you wish to build a static version of the site, you can do the following:

# build a static version of the site in the build/ directory.
$ npm run build

About

A guided, intuitive introduction to genomics for software engineers. Curated by the community.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published