Skip to content

0oMarko0/chef

Repository files navigation

Chef

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.

Getting Started

Some parts of the application use JavaScript, specifically daisyUI as the component library, which needs to be built first.

Prerequisites

You'll need to install Bun by following the official installation guide for your platform.

Setup

Once Bun is installed, run the following commands to set up the frontend assets:

bun install
bun run build
bun run build:css

Then, start the Rails server:

bin/rails server

Useful Links

The project uses letter_opener to intercept emails in the development environment. You can access the intercepted emails at:

About

Toy project to learn Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published