Skip to content

henacodes/habeshan-recipe

Repository files navigation

E-KUSHNA

Whether you're a seasoned cook or just starting out in the kitchen, E-Kushna has a wide range of recipes to explore and try out. From traditional Ethiopian dishes to modern interpretations, you'll find something to satisfy your taste buds.

Here is the demo.

Try it yourself

If you want to try it yourself on your machine

# clone the project into you local machine
git clone https://github.com/henacodes/habeshan-recipe.git

# navigate to the folder
cd habeshan-recipe

# install dependencies
npm install

# run local server
npm run dev

Building

To build your library:

npm run package

To create a production version of your showcase app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Publishing

Go into the package.json and give your package the desired name through the "name" option. Also consider adding a "license" field and point it to a LICENSE file which you can create from a template (one popular option is the MIT license).

To publish your library to npm:

npm publish

About

Learn how to cook with this site

Resources

Stars

Watchers

Forks