Skip to content

Commit 1b1fc59

Browse files
authored
Update development.md
1 parent 99a8a44 commit 1b1fc59

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

docs/development.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,6 @@ src/
133133
- **Use lazy loading** for heavy components
134134
- **Check bundle size** with `bun run build`
135135

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-
149136
## Deployment
150137

151138
### Automatic Deployment
@@ -162,6 +149,3 @@ bun run preview
162149
---
163150

164151
**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

Comments
 (0)