Update npm start script and READMEs

This commit is contained in:
2025-11-20 19:12:34 +00:00
parent e774c74fe9
commit 31662452eb
3 changed files with 37 additions and 6 deletions

View File

@@ -4,8 +4,11 @@
```sh
# Install dependencies
npm install -D recharts tailwindcss postcss autoprefixer
npm install -D recharts tailwindcss postcss autoprefixer nodemon
# Initialize tailwind CSS (creates config files)
npx tailwindcss init -p
# Run the development server
npm start
```