Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 18, 2026

README lacked instructions for running the site locally and contributing team member profiles.

Changes

Running Locally Section

  • Prerequisites, clone, install, dev server commands
  • Points to http://localhost:4321 for local development
  • Production build instructions included

Adding Yourself to the Team Page Section

Complete 8-step contributor workflow:

  • Fork → clone → add avatar → create profile → test → commit → PR
  • Avatar requirements: 1:1 ratio, placed in src/assets/
  • Profile file goes in src/content/team/ with required frontmatter

Markdown template provided:

---
name: "Jane Smith"
role: "PhD Student"
avatar: "../../assets/avatar-jane.jpg"
bio: "Researching deep learning applications in computational biology."
email: "jane.smith@bcm.edu"
github: "https://github.com/janesmith"
weight: 25
---

Extended bio content here...

Required fields: name, role (from enum), avatar path
Optional fields: bio, social links, weight for sort order

Role must be one of: Principal Investigator, Professor, Associate Professor, Assistant Professor, Postdoc, Research Assistant, PhD Student, Master Student, Undergraduate, Alumni

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • telemetry.astro.build
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/Liuzlab.github.io/Liuzlab.github.io/node_modules/.bin/astro dev (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Can you please update the README to tell people

  1. how to run it locally
  2. how to add themselves to the team page - step-by-step intro, fork, then add, then test, done, and what markdown format to keep.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…mbers

Co-authored-by: hyunhwan-bcm <166857764+hyunhwan-bcm@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README with instructions for local setup and team page addition Add local setup and team member contribution instructions to README Jan 18, 2026
Copilot AI requested a review from hyunhwan-bcm January 18, 2026 19:12
@hyunhwan-bcm hyunhwan-bcm marked this pull request as ready for review January 19, 2026 02:25
@hyunhwan-bcm hyunhwan-bcm merged commit 4d06b36 into main Jan 19, 2026
1 check passed
@hyunhwan-bcm hyunhwan-bcm deleted the copilot/update-readme-for-local-run branch January 19, 2026 02:26
@github-actions
Copy link

Build Successful!

Your PR has been successfully built and is ready for preview.

📦 Artifact: pr-preview-19
🔗 Workflow Run: View Details

The build artifact is available for 7 days and can be downloaded from the workflow run.

@hyunhwan-bcm hyunhwan-bcm restored the copilot/update-readme-for-local-run branch January 19, 2026 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants