- Fork this repository.
- Open terminal and
cdto project folder and install dependencies bynpm i. - Create your branch:
git checkout -b my-custom-branch. - Commit your changes:
git commit -m 'Add some feature'. - Push to the branch:
git push origin my-custom-branch. After your pull request is merged, you can safely delete your branch.
- Fork framevuerk-docs repo in same directory that you fork framevuerk.
- Open terminal and
cdto project folder and install dependencies bynpm i. - Run command
npm run servein the terminal and open localhost:8080. - Open new terminal and
cdto framevuerk project folder and keep browser uptodate with your last changes by runningnpm run serve-to-docs.