diff --git a/README.md b/README.md index 79feaa4..4e5000a 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,16 @@ npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p npm install react-router-dom + +npm install lucide-react + +npm install prop-types + +npm install recharts ``` ## 실행 ``` npm run dev -``` \ No newline at end of file +```