Hash Define Official Website

image

forthebadge forthebadge forthebadge forthebadge

The Hash Define Official Website is made using PUG, SCSS, VanillaJS and Gulp.

Motive

This Repository is created with a motive to guide beginners with the open-source and improve their Web Development Fundamentals while learning new technologies. I have already created some issues for the beginners so that they can work on them and even make there first contribution in this repository.

Instructions

You can view the deployed version of this project on: https://hashdefine.vercel.app/

Supported Platforms

This app can be built on any platform. It can be Windows, Linux , MacOS or any other. You only need the node and npm, and the rest is in the Dependencies section.

Dependencies

I am writing down the Dependencies for beginners, so that they can look into it and then understand and install them if they want to.

  • GulpJS
  • SCSS
  • PUG

Installation and Setup

  1. Fork the Repository

    image
  2. Clone the Forked Repository to your local machine.

    git clone https://github.com/<your GitHub user name>/website-update.git
    
  3. Change the directory to website-update.

    cd website-update
  4. Add remote to the Original Repository.

    git add remote https://github.com/hash-define-organization/Hash-Whiteboard.git
    
  5. Install the dependecies.

    npm install
  6. Run the application.

    gulp
  7. The app starts on localhost:3000. If not, Click here to open the app in browser.

Connect with us

Rohan Gupta:

Achit Jain:

Show your support

Give a ⭐ if you like this web-app.

FAQs

1. I am a beginner with open source or with react can I contribute in this repository ?

Anybody can contribute to this project. Just take an issue, give your ideas, work on the issue and I am always here to guide you throughout the process ❤ .

2. What are the steps to make my first contribution ?

Kindly refer to the contributing.md file. All the contributing guidelines are written over there.

3. Is there any need to assign myself to the issue before starting to work on the issue ?

It is better to wait until you are assigned to the issue. Although if you are make sure that no-one is working on the issue then you can start working on the issue.