Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 572 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 572 Bytes

Sigma-Xi Letterhead

This rudimentary website provides a minimal setup to get a downloadable Letterhead format for official Chapter communications. Site is deployed at https://sigmaxi-letterhead.onrender.com, auto-deploys on every merge to main.

Setup

  • Clone the repo.
  • Run yarn start to install the required dependencies and start the development server.
  • Open http://localhost:5173/ in your browser.

Contribution Guidelines

  • Do not commit directly to main branch.
  • Create a new branch with format dev_name/feature.
  • Merge commits through PR.