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.
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.
Run yarn start or npm start to begin the development server. Change code files in /src and change public static files in /public.
Run yarn build or npm build to create a minified build. Builds will show up in the /docs folder.
See it in action here.
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).