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!
Follow these steps to run Vocabustudy locally:
- Clone the repo locally (I recommend using the Github CLI if you're brand new to Git)
gh repo clone For-0/vocabustudy
- Install NPM packages:
npm install
(Make sure you have Node.JS installed) - Install
firebase-tools
globally:npm install -g firebase-tools
- Start Vite:
npm run dev
- Start the Firebase Emulator (Make sure you have Java installed and on your path):
npm run emulator