A medication tracker app focused on accessibility and simplicity.
- React + TypeScript (via Vite)
- Biome (Formatting and Linting)
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
To create the production build:
npm run buildClick to see Formatting/Fix commands
To check for errors and formatting issues:
npm run checkTo automatically fix formatting and organize imports:
npm run check:write