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.org.
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.
To build the site, run npm run build.
To view the site on your local network, run npm run serve. View the site at localhost:9000.
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.
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.