React Native app for the UC Denver CDS Tool (2023)
This app is built with Expo. Please see the Expo Docs for installing prerequisites.
After cloning the repo, run npm install
from the project directory to install dependencies.
A current member of the Expo project will need to send you an invitation to collaborate. Then, you will be able to run, build, and deploy the app on Expo.
To run, use one of the following
npm run android
npm run ios
npm run web
After launching, you can open the app on another platform simultaneously by pressing a (android) i (ios) or w (web) in the console.
Please lint by running npm run lint
before committing. You can also run npm run lintfix
to have ESLint make automatic fixes.