Skip to content

iiison/gitiq

Repository files navigation

Project: gitiq

Lists Github user's Repo and Readme files

How to setup the project

  • ####First Time setup mac users:

    brew install node

    Linux/Ubuntu users: Go to [Node.js](https://nodejs.org/en/download/) and download and install the setup
  • Check if npm is installed

    in console, type:

    npm -v

    you will see npm version if everyhing is right.

  • ####Clone Repo

    cd ~/Documents
    git clone https://github.com/iiison/gitiq.git
    cd gitiq
  • ####Installing Dependencies

    npm i

First Time setup is completed 👍



Running Server

  • ####Running Dev server:

    npm run start
  • ####Running Production Bild:

    npm run production

Releases

No releases published

Packages

No packages published