Skip to content

Mid-Gard/Farm2Fork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Farm2Fork

Welcome to the GEC Coders Club website project! This website serves as the online platform for our coding community, providing information about our events, resources, and opportunities for aspiring developers and coding enthusiasts.

Table of Contents

Introduction

Current Plan

Setting Up

Following steps will guide you on how to setup the project on your own machine:

  1. Clone the repository :
git clone 
  1. Move in the cloned repository :
cd Farm2Fork
  1. Install the node packages :
npm install
  1. Run the project :
npm start

Contributing

Feel free to give suggestions on any thing you like, you feel should be changed. Even with HTML and CSS knowledge you can start contributing in this project.

How to Contribute

  1. Fork this repository and git clone it to your local machine.
  2. Create a new branch for your feature or bug fix:
git checkout -b my-feature
  1. Commit your changes:
git commit -m 'Add new feature'
  1. Push to the branch:
git push origin my-feature
  1. Submit a Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published