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.
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
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.
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