Skip to content

minhhoccode111/recipes-website-top

Repository files navigation

Recipes Website The Odin Project

Installation

To get started with this project, first ensure you have Bun installed. Then, install the project dependencies:

bun install

Development

To start the development server and watch for changes, run:

bun watch

For Tailwind CSS to compile your styles, run the following command in a separate terminal:

bunx tailwindcss -i ./src/input.css -o ./dist/output.css --watch

Releases

No releases published

Packages

 
 
 

Contributors