Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
/ scancell Public archive

Scan Cell is a website that scans microscopic images of yeast cells to count them

License

Notifications You must be signed in to change notification settings

russellsteadman/scancell

Repository files navigation

Scan Cell

Overview

Scan Cell is a JavaScript-based React web app that counts yeast cells from microscope photos. It runs independently in the browser and has offline capabilities.

Using this repository

Getting Started

Make sure you have the latest versions of Node.js and either yarn or npm. Run yarn install or npm install to install the dependencies.

Making Changes

Run yarn start or npm start to begin the development server. Change code files in /src and change public static files in /public.

Building the website

Run yarn build or npm build to create a minified build. Builds will show up in the /docs folder.

Hosted Demo

See it in action here.

License

Copyright © 2019 Russell Steadman. Some Rights Reserved. Code licensed under a MIT License (see LICENSE file); web content licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (see website footer).