This repository provides a flashcard template to host as a static site.
Link to the web application: https://khangbbbb.github.io/interview-prep/
- Install dependencies:
npm install - Run the application in development mode:
npm run dev
- Make sure to edit vite.config.ts. Change
baseto the correct string. For instance, this repository namedinterview-prep, sobasewould be/interview-prep/. - Build the application:
npm run build - Deploy the application:
npm run deploy
- Edit the
src/data.tsfile to include your desired flashcard content. - In
vite.config.ts, change valuebase: "/ultimate-review/"to your repository name