Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.25 KB

readme.md

File metadata and controls

24 lines (14 loc) · 1.25 KB

mobile mobile

Living Snow Project is a Community Scientist project that studies snow algae. That's right, algae grows on snow (and ice) too! These apps will assist the research team with data collection and exploration. Volunteer sign up and more info here.

This is a monorepo using Classic Yarn (v1.22.19) workspaces and Node 20.12.2

Code shared in the web and mobile apps goes under the packages/* folder.

The mobile app is written in React Native and Expo using their 'managed' workflow. The web app uses React.

Getting started:

  1. yarn install
  2. yarn build
  3. yarn precheck

Check the README files in app/web and app/mobile for information on running the apps locally.

Before submitting pull requests, run:

  1. yarn precheck

Thanks for considering to contribute.