A better, universal, journaling and mood tracking platform.
npm install
npm install -g @ionic/cli
npm start # Web development server
ionic cap sync # Sync changes for iOS/Android
ionic cap open [ios|android] # Open iOS/Android project for development
android/
- Android project for baseline (open in Android Studio)cypress/
- Cypress E2E and Component test suite (run with npm test commands inpackage.json
)docs/
- Jekyll site forgetbaseline.app
(run withbundle exec jekyll serve
)empty/
- Empty directory forlink.getbaseline.app
to deploy off ofbackend/
- Source for baseline backend APIscheduled-services/
- Source for baseline internal services (scheduled or asynchronous from other services)helpers/
- Helper scripts for baseline developmentios/
- iOS project for baseline (open in Xcode)public/
- static files for baseline React appsrc/
- baseline React app sourcepatches/
- Patches for baseline dependencies