Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,6 @@ Unbroken/
└── .eslintrc.cjs # ESLint configuration
```

## πŸ” Adding Your React Component

To add your existing `.tsx` file:

1. Place your component file in the `src/` directory
2. Import and use it in `src/App.tsx`:
```tsx
import YourComponent from './YourComponent';

function App() {
return <YourComponent />;
}
```
3. Install any additional dependencies your component needs

## 🚨 CI/CD

The repository includes GitHub Actions workflow that runs on every push and pull request:
Expand Down Expand Up @@ -185,4 +170,4 @@ Create `.env` files for different environments:

## πŸ“„ License

This project is open source and available under the [MIT License](LICENSE).
This project is open source and available under the [MIT License](LICENSE).
Loading
Loading