Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 812 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 812 Bytes

krisalee-admin-front

Projet Krisalee
Élément Admin Panel
Type Front-End
Technologies Node, Angular
Fork https://github.com/akveo/ngx-admin

Useful commands

# 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