Skip to content

fcckarachi/fcckarachi.github.io

Repository files navigation

Scrutinizer Build npm (scoped)


preview-web

Official Landing page for freeCodeCampKarachi

This is the official landing page for freeCodeCampKarachi which is one of the Local Study Groups of freeCodeCamp.org an Online E-learning platform. This group is run by some of the very enthusiastic members of the group itself who are like minded and share the same goal of supporting, guiding and connecting newcomers and experienced developers alike.

We Love to contribute Open Source and encourage other developers to do the same. Even this page has some very easy open issues for first timers to help them create their first Pull Request.

If you are looking forward to contribute, You can do so by following these Guidelines.


Running the Project

Prerequisites

  1. Install Node.js (node) latest version.

  2. Verify that you're running node version 7 or above and npm version 5 or above.

    node -v
    v9.3.0
    
    npm -v
    5.5.1
    
  3. Make sure you have Git Installed in your system

Fork this Repo

  1. Fork this repository

Clone it locally

  1. Open a Terminal / Command Line / Bash Shell and navigate to a project directory where you want to copy this project.

    cd yourProjectDirectory
    
  2. Run below command in your terminal.

    git clone https://github.com/yourUsername/fcckarachi.github.io.git
    

    (make sure to replace yourUsername with your GitHub Username), This will download the entire fcckarachi.github.io repo to your projects directory.

Install Dependencies

  1. cd into the base directory of your fcckarachi project.

  2. Install the application dependencies.

    npm install
    

Running the App

This command serves the app at http://localhost:1234 and provides basic URL routing for the app:

npm start

Want to Contribute?

  1. Join fcckarachi Organization on github.
  2. Please follow these Guidelines in order to contribute to this repo.

Tools used to build this page

Any Questions?

Feel free to get in touch with us [email protected]