Web-based minigame to practice basic Vim commands.
Try out the minigame here: https://vimulator.netlify.app/
Frontend: React
Backend: Express
Database: Supabase
-
Clone the repo.
-
Inside the frontend folder, run:
npm installnpm run dev -
Inside the backend folder, run:
npm installnpm install --save-dev nodemonnpm run dev
Contributions are welcome.