Skip to content

Commit

Permalink
Contributor guide: instructions on how to preview the website (#591)
Browse files Browse the repository at this point in the history
### Summary

This PR adds instructions on the contributor guide on how to preview the
ecosystem website.

Closes #590

---------

Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
arnaucasau and Eric-Arellano committed Nov 17, 2023
1 parent 4ec45ac commit 781d74a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ pip install -r requirements-dev.txt
<code> tox -eblack </code>
- To Fix the black violation <code> black <PATH_FILE_YOU_WANT_TO_FIX> </code>

# Create a preview of the website
1. Build the website: `tox -ewebsite`
2. Go to the `website/` folder in the root of your project and open up `index.html` in a browser

# Guidance on git
Please follow [this link](./docs/git-guidance.md) if this is your first time contributing to open source and/or you would like some guidance on how to create and/or merge
pull requests.
Expand Down

0 comments on commit 781d74a

Please sign in to comment.