Website for IEEE student organization at UC San Diego https://old.ieeeucsd.org
Find a file
2022-10-24 21:28:51 -07:00
.github/workflows use custom preview action 2022-10-24 21:27:44 -07:00
src update template.html 2022-10-24 20:59:59 -07:00
.DS_Store update officer photo 2022-10-11 11:44:55 -07:00
.eslintrc.json update config files 2022-10-24 17:33:05 -07:00
.firebaserc enable firebase previews for pr 2022-10-24 20:55:17 -07:00
.gitignore update config files 2022-10-24 17:33:05 -07:00
.prettierrc formatting, readme, webp images, updated officers 2022-10-22 12:27:16 -07:00
CNAME Create CNAME 2022-06-03 15:20:15 -07:00
firebase.json enable firebase previews for pr 2022-10-24 20:55:17 -07:00
LICENSE Add new website and fix git deploy 2022-06-28 01:57:37 -07:00
package-lock.json update package files 2022-10-24 17:33:30 -07:00
package.json update package files 2022-10-24 17:33:30 -07:00
README.md update readme.md 2022-10-22 14:33:02 -07:00
tsconfig.json update config files 2022-10-24 17:33:05 -07:00
webpack.config.js update config files 2022-10-24 17:33:05 -07:00

IEEE @ UCSD Website

Deployment

Github Actions have been set to trigger on each push onto the main branch. The website will be built as static pages to the page branch where it will be deployed onto ieeeucsd.edu.

Contributing

Please create a new branch for development (i.e. [NAME]-dev). Pushing directly to main is not advised, as changes will go straight into production.

Testing

To build the site, run npm run build.

To view the site on your local network, run npm build/index.js. View the site at localhost:9000.

Images

Large images should be in WebP format. Consider resizing images based on their usage.

Squoosh is a great online tool for optimizing images developed by Google Chrome Labs.

Formatting

Install prettier and use it as the default Typescript and Javascript formatter. The .prettierrc configuration file controls the formatting rules.

For CSS, use CSS Language Features as the default formatter. For HTML, use HTML Language Features as the default formatter.