You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# RocPy Website
2
2
3
-
This is the website for the Rochester Python "RocPy" Meetup, a Python user group in Rochester, NY. This website is statically generated with with Material for MkDocs and GitHub Actions. Additionally, we use Web3Forms for a simple submission to send its organizers an email.
3
+
This is the website for the Rochester Python "RocPy" Meetup, a Python user
4
+
group in Rochester, NY. This website is statically generated with with Material
5
+
for MkDocs and GitHub Actions. Additionally, we use Web3Forms for a simple
6
+
submission to send its organizers an email.
7
+
8
+
## Local Development
9
+
1. Install the tool [uv](https://docs.astral.sh/uv/getting-started/installation/). You'll probably want to use `brew` (macOS, Linux) or `pip`.
10
+
1. In another terminal, run `uv run mkdocs serve` to start the development server.
11
+
1. Open your browser to `http://localhost:8000` to see the site.
12
+
13
+
Then, edit an resources for the site in the `docs` directory. The site will automatically update as you save changes.
14
+
4
15
5
16
## How to Contribute
6
17
Pull requests are welcome! If you'd like to contribute to the website, please follow these steps:
@@ -11,4 +22,7 @@ Pull requests are welcome! If you'd like to contribute to the website, please fo
11
22
5. Push your changes to your fork
12
23
6. Create a pull request
13
24
14
-
Your PR must be approved before merging. It will be reviewed for content, style, and adherence to the code of conduct. After merging, the GitHub Action defined in `.github/workflows/ci.yml` will publish the changes to RocPy's organization GitHub Page.
25
+
Your PR must be approved before merging. It will be reviewed for content,
26
+
style, and adherence to the code of conduct. After merging, the GitHub Action
27
+
defined in `.github/workflows/ci.yml` will publish the changes to RocPy's
_From the banks of the mighty Genesee River, deep in the heart of the Greater
@@ -15,19 +14,4 @@ Hey there, Python enthusiasts! Welcome to RocPy, Rochester's very own Python use
15
14
16
15
We host monthly presentation series where we share our knowledge and expertise on various Python-related topics. These sessions are usually around 30-60 minutes long and are open to all skill levels. So, if you're interested in learning more about Python or just want to chat with like-minded people, come join us!
0 commit comments