A study app that schedules your flashcards for you. Schedules are determined with scientifically-backed spaced repetition algorithms, making studying more effective and efficient.
- Clone this repo
- Install dependencies (
npm i
) - Start the webpack development server with
npm run dev
- Code away
The webpack development server comes with hot reloading.
- Ensure you are on master
- Build the app with
npm run build
ornpm run build-windows
- 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