/Github-Finder

In the github-finder we search github users and show the inforamtion about the git projects that push into Github

Primary LanguageJavaScript

Github Finder

In github-finder use the github api. for more information about this api go to the Link.

Install and build

you have a package.json file with the list of dependencies but the packages have not been installed yet, run

npm install
# or
yarn install

and for start

npm run dev
# or
yarn dev

then for build

npm run build
# or
yarn build