Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 869 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 869 Bytes

Contributing

  1. Fork this repository.
  2. Open terminal and cd to project folder and install dependencies by npm i.
  3. Create your branch: git checkout -b my-custom-branch.
  4. Commit your changes: git commit -m 'Add some feature'.
  5. Push to the branch: git push origin my-custom-branch. After your pull request is merged, you can safely delete your branch.

How can i see my changes in browser?

  1. Fork framevuerk-docs repo in same directory that you fork framevuerk.
  2. Open terminal and cd to project folder and install dependencies by npm i.
  3. Run command npm run serve in the terminal and open localhost:8080.
  4. Open new terminal and cd to framevuerk project folder and keep browser uptodate with your last changes by running npm run serve-to-docs.