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
Visit here to use Integrated Git Profile. Also, you can download the realsed file and run them on your server.
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
.
This project is licensed under the MIT License - see the LICENSE.md file for details