Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

parksb/integrated-git-profile

Repository files navigation

Integrated Git Profile

GitHub release license Greenkeeper badge

Integrated Git Profile is a web project for the developers who use both GitHub and GitLab. It shows the profiles of GitHub and GitLab on a page.

Live at: Here

preview

Getting Started

Usage

Visit here to use Integrated Git Profile. Also, you can download the realsed file and run them on your server.

Development

1. Clone the repository

Fork this repository and clone to your local storage using git clone.

2. Install dependencies

npm install

3. Build

npm run build

This command creates dist folder that contain the minified bundle code and the files in public folder.

4. Run watcher

npm run watch

If you edit the javascript codes, watcher will build the codes automatically. You don't need to use npm run build or run webpack.

5. Run local server

npm run server

The local server will be opened at http://localhost:9000.

License

This project is licensed under the MIT License - see the LICENSE.md file for details