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.
Following steps will guide you on how to setup the project on your own machine:
- Clone the repository :
git clone
- Move in the cloned repository :
cd Farm2Fork
- Install the node packages :
npm install
- Run the project :
npm start
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.
- Fork this repository and
git clone
it to your local machine. - Create a new branch for your feature or bug fix:
git checkout -b my-feature
- Commit your changes:
git commit -m 'Add new feature'
- Push to the branch:
git push origin my-feature
- Submit a Pull Request.