Skip to content

For-0/vocabustudy

Repository files navigation

Vocabustudy - Study Vocab, For Free.

GitHub  release (latest by date) GitHub Workflow Status (with event)
PWA Offline

Vocabustudy is a simplistic tool for studying Vocabulary. Vocabustudy is created by students, for students.

No Ads - Always Free - No Account Needed - Feedback is Welcome!


Contributing!

Follow these steps to run Vocabustudy locally:

  1. Clone the repo locally (I recommend using the Github CLI if you're brand new to Git) gh repo clone For-0/vocabustudy
  2. Install NPM packages: npm install (Make sure you have Node.JS installed)
  3. Install firebase-tools globally: npm install -g firebase-tools
  4. Start Vite: npm run dev
  5. Start the Firebase Emulator (Make sure you have Java installed and on your path): npm run emulator