Projet | Krisalee |
Élément | Admin Panel |
Type | Front-End |
Technologies | Node, Angular |
Fork | https://github.com/akveo/ngx-admin |
# run a docker for local development
docker run -it --rm -p 8080:8080 -v "$PWD":/usr/src/app -w /usr/src/app node:14 /bin/bash
# setup fork
git remote add upstream [email protected]:akveo/ngx-admin.git
git remote -v
# fetch fork modifications and rebase on them
git fetch upstream
git status
git rebase upstream/master