Coder Social home page Coder Social logo

spec-frontend's Introduction

Logo

SPEC NITH

Official Codebase
Report Bug ยท Request Feature


Contributors Forks Stargazers Issues

๐Ÿ“ General Overview

This is the official website for Society for Promotion of Electronics Culture (SPEC), NIT Hamirpur from 2021 onwards. SPEC is run under the aegis of Electronics and Communication Department of NITH and is renowned for conducting a national level hackathon ELECTROTHON along with a plethora of workshops, competitions, guest talks and the annual technical fest - SPECFEST.

Visit the current official website of SPEC from here.

โš™๏ธ Installation and Set-Up

  • Make sure you have a valid Node.js installation on your machine. Alternatively, you can use the following commands:

    • For Ubuntu\Debian:

      sudo apt install npm
      
    • For Arch:

      sudo pacman -S npm-lts
      
  • Install Gatsby command line interface (Optional):

    npm install -g gatsby-cli
    
  • Install all dependencies for the project using:

    npm install
    
  • To start site at localhost, use:

    gatsby develop
    

    or

    npm run start
    
  • The server runs on port 8000. It can be accessed from the browser at

    https:\\localhost:8000
    

Note: You can read more about gatsby from Official Gatsby Documentation

๐ŸŽฏ Contributing Guidelines

Contributions are what make the open source community such an amazing place to learn, inspire and build experiences that are cherished for a lifetime. Go ahead and follow these steps to contribute to the community.

  • Fork this repository by clicking on Fork button on the top right side.

  • Clone your Fork to your local machine

    git clone [https://github.com/your-username/spec-frontend.git]
    
  • Create your Feature Branch

    git checkout -b [branch-name]
    
  • Make your changes and commit them

    git add . 
    git commit -m "Add some amazing feature" 
    
  • To check the status

    git status
    
  • And then push the changes to your forked repository

    git push origin [branch name]
    
  • Click on the New Pull Request button at the top of your repository to create a new pull request from your forked repository.

  • Wait for your PR review and merge approval.

  • Don't forget to โญ this repository.

spec-frontend's People

Contributors

priyanshurj avatar avishrantssh avatar baamaboi avatar dragnemperor avatar spec-nith avatar suyash2002 avatar smriti925 avatar mitabhay avatar harshitajain165 avatar

Watchers

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