You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,19 +133,6 @@ src/
133
133
-**Use lazy loading** for heavy components
134
134
-**Check bundle size** with `bun run build`
135
135
136
-
## Troubleshooting
137
-
138
-
### Common Issues
139
-
-**Port 8080 in use**: Change port in `vite.config.ts` or kill the process
140
-
-**Build errors**: Run `bun run lint` to see TypeScript errors
141
-
-**Dependencies missing**: Run `bun install` to reinstall
142
-
143
-
### Getting Help
144
-
- Check the [troubleshooting guide](troubleshooting.md)
145
-
- Look at existing code for patterns
146
-
- Use GitHub Copilot for guidance
147
-
- Create an issue in the repository
148
-
149
136
## Deployment
150
137
151
138
### Automatic Deployment
@@ -162,6 +149,3 @@ bun run preview
162
149
---
163
150
164
151
**Pro Tip**: GitHub Copilot is incredibly helpful for this React/TypeScript/Tailwind stack. It understands the project structure and can generate code that follows existing patterns!
165
-
166
-
**Last Updated**: December 2024
167
-
**Maintained by**: Open Hardware Initiative Development Team
0 commit comments