Chef is a simple toy project for learning and experimenting with Ruby on Rails. The end goal is to build an application for managing recipes.
Some parts of the application use JavaScript, specifically daisyUI as the component library, which needs to be built first.
You'll need to install Bun by following the official installation guide for your platform.
Once Bun is installed, run the following commands to set up the frontend assets:
bun install
bun run build
bun run build:cssThen, start the Rails server:
bin/rails serverThe project uses letter_opener to intercept emails in the development environment. You can access the intercepted emails at: