Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 851 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 851 Bytes

The University of San Francisco's Entrepreneur Club Website

Contributing

- If you would like to see a change, bug fix, or have a question answered, create an issue so that everyone can see.

- If you have never contributed to an open source project, please take a look at this guide: https://akrabat.com/the-beginners-guide-to-contributing-to-a-github-project/

- When addressing an issue

  • Firstly, fork the repository
  • Create a new branch with the name of the issue
    • For example if you want to fix issue 5: git branch -b issue-5

Running the project:

  • Clone the repository to your directory of choice
  • Open index.html file in preferred browser or alternatively start a live server from root directory
  • Make changes

Questions