mirror of
https://github.com/farcasclaudiu/learn-build-apps-copilot-agent.git
synced 2026-06-28 11:01:30 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
applyTo: "octofit-tracker/frontend/**"
|
||||
---
|
||||
# Octofit Tracker React Presentation Tier Guidelines
|
||||
|
||||
Use commands that target `octofit-tracker/frontend` without changing directories.
|
||||
|
||||
```bash
|
||||
npm create vite@latest octofit-tracker/frontend -- --template react
|
||||
npm install --prefix octofit-tracker/frontend
|
||||
npm install bootstrap react-router-dom --prefix octofit-tracker/frontend
|
||||
```
|
||||
|
||||
Add Bootstrap CSS import at the top of `octofit-tracker/frontend/src/main.jsx`.
|
||||
|
||||
## Images
|
||||
|
||||
Use `docs/octofitapp-small.png` for the app logo.
|
||||
Reference in New Issue
Block a user