Skip to content

nkalupahana/baseline

Repository files navigation

baseline

DeepScan grade CodeFactor FOSSA Status Quality Gate Status Cypress.io

A better, universal, journaling and mood tracking platform.

Contribute

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

Project Overview

  • android/ - Android project for baseline (open in Android Studio)
  • cypress/ - Cypress E2E and Component test suite (run with npm test commands in package.json)
  • docs/ - Jekyll site for getbaseline.app (run with bundle exec jekyll serve)
  • empty/ - Empty directory for link.getbaseline.app to deploy off of
  • functions/ - Source for Google Cloud Functions (deploy with firebase deploy --only functions)
  • helpers/ - Helper scripts for baseline development
  • ios/ - iOS project for baseline (open in Xcode)
  • public/ - static files for baseline React app
  • src/ - baseline React app source