/corbii-web

Corbii's web platform.

Primary LanguageJavaScript

corbii-web

A study app that schedules your flashcards for you. Schedules are determined with scientifically-backed spaced repetition algorithms, making studying more effective and efficient.

https://corbii-web.web.app/

Development

  1. Clone this repo
  2. Install dependencies (npm i)
  3. Start the webpack development server with npm run dev
  4. Code away

The webpack development server comes with hot reloading.

Deploying to Firebase

  1. Ensure you are on master
  2. Build the app with npm run build or npm run build-windows
  3. Deploy your desired Firebase changes
    • firebase deploy defaults to everything, including hosting
    • can also use firebase deploy --only [firebase-service-name-here] ex. firebase deploy --only firestore
    • refer to the Firebase CLI docs for more info