15 lines
434 B
Markdown
15 lines
434 B
Markdown
- [x] Verify that the copilot-instructions.md file in the .github directory is created.
|
|
- [x] Clarify Project Requirements
|
|
- [x] Scaffold the Project
|
|
- [x] Customize the Project
|
|
- [x] Install Required Extensions
|
|
- [x] Compile the Project
|
|
- [x] Create and Run Task
|
|
- [x] Launch the Project
|
|
- [x] Ensure Documentation is Complete
|
|
|
|
Notes:
|
|
- Project: Vite + React + TypeScript + Tailwind.
|
|
- Dev server: npm run dev
|
|
- Build: npm run build
|