Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 877 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 877 Bytes

ironriders.github.io

Development

Prequisites

  1. node must be installed

Local Build & Test

  1. Clone repository
  2. Run npm install
  3. Run npm run start
  4. Visit http://localhost:8080

How Do I...

make changes to the website?

All changes to website must be approved by at least a student lead or mentor.

Make a pull request with your changes, and these approvers will be automatically added. If you change is urgent, send a message on Discord.

add a new gallery page?

  1. Go to Google Photos and get a sharing link for the album
  2. Go to publicalbum.org
  3. Paste the album URL and click "Create Embed Code"
  4. Change settings as desired
  5. Click "Copy Code to Clipboard"
  6. Create the HTML file in the "gallery" folder (or copy an existing one)
  7. Paste the copied code