Docker needs to be installed on your system.
- Install all the packges on both the client and server.
cd ./client bun i cd ../server bun i
- Spin up the docker containers.
docker-compose up
- Build the frontend in watch-mode.
cd ./client/build bun buildEngine.ts
- Finish Barebones
RadioModal
Component - Add Error Display for
BuildEngine
- TypeScript Compile Script
- Tailwind Build Script
- Setup Auto-Formatter for
BuildEngine
- Make
BuildEngine
Watchtailwind.config.js
As Well
- Set up automated database migrations via entrypoint script
- Implement error handling and logging for backend processes
- Configure
settings.py
to be environment flexible (development, production, etc)