Giter VIP home page Giter VIP logo

kitchen-sune's Introduction

Welcome!

Welcome to the Community Recipe Book, brought to you courtesy of Front-End Foxes, a nonprofit organization dedicated to providing educational opportunities for women.

This recipe book is a great way to practice your GitHub skills.

  1. Create a GitHub account for yourself at https://www.github.com. Login and look around if you aren't familiar with GitHub.
  2. Go through this tutorial on how to use Git:ย https://guides.github.com/activities/hello-world/
  3. Download Visual Studio Code, a free code editor: https://aka.ms/vscode
  4. Once your computer is configured for Git, which might need to be installed separately, visit this GitHub repo while logged in and click 'fork' in the upper right hand corner. A copy of the repo will appear in your account.
  5. Add a recipe by creating a new .md suffixed markdown file in /src/recipes/. Give it a descriptive name like 'classic-chocolate-chip-cookies.md`. You will edit this file to add a recipe.
  6. Follow this format for your recipe, including appropriate tags:

---
tags: ["tag1", "tag2"]
title: "title of recipe"
---

<TagLinks />

# Title of recipe

any notes

## Ingredients

list of ingredients in a bulleted list like this:

- 1 cup flour
- 2 teaspoons milk 

## Tools

list of tools, also bulleted

- Mix the things
- Stir the pot

## Method

Cooking method, added on separate lines as paragraphs like this;

And this, and then do this, and the other things.

And finally you're done!

## Tips

special tips, bulleted

## Author

give yourself credit! You can link to your social media too.
  1. Add your recipe to the sidebar by editing this file: src/.vuepress/config.js. Pick a category for your recipe according to those listed in the config.js file. Add your recipe to its proper category as a 'child':
children: [
			{
				title: 'Breakfast',
					children:[
						'peanut-butter-overnight-oats',
								...
							]
						},

Use the same name as your file. 8. Create a PR from your repo to the main branch of this repo 9. Once approved, you'll see your recipe live if all is well!

kitchen-sune's People

Contributors

abhijitdotsharma avatar abiola-farounbi avatar agnesnora avatar anlupam avatar beec00des avatar berylodoyo avatar cynthiateeters avatar eddayavuz avatar emgrey02 avatar fatima-ola avatar ijayhub avatar ireti203 avatar jlooper avatar jonsra avatar juliabrandenberger avatar kastone avatar lframnes avatar littlemissbuttons avatar madonnamatta avatar monicafidalgo avatar ni4yja avatar redheadrosie avatar saraquarles avatar sblackmoor avatar selinakanu avatar sofiavrebelo avatar tjdev-codes avatar wambuikaranja avatar yesimhozman avatar yuricodes avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.