No description
Find a file
2024-03-20 01:34:50 -07:00
.vscode init 2024-01-20 22:55:35 -08:00
public add bg image for the five committees 2024-03-19 23:32:50 -07:00
src fix navigation for contact page 2024-03-20 01:34:50 -07:00
.gitignore init 2024-01-20 22:55:35 -08:00
astro.config.mjs test netlify 2024-03-17 22:08:07 -07:00
package.json added contact page 2024-03-20 01:10:38 -07:00
pnpm-lock.yaml update lockfile 2024-03-20 01:24:05 -07:00
README.md fix navigation for contact page 2024-03-20 01:34:50 -07:00
tailwind.config.mjs added contact page 2024-03-20 01:10:38 -07:00
tsconfig.json fix netlify build issues 2024-03-17 22:39:29 -07:00

IEEE @ UCSD Website

Deployment

This site is automatically deployed to netlify. Pushing to the main branch will trigger a rebuild and deploy.

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. Once you are ready to merge your changes, create a pull request and request a review from a webmaster.

Testing

To build the site, run pnpm build.

To view the site on your local network, run pnpm dev. View the site at localhost:4321.

The site will automatically rebuild on changes as long as the development server is running.

ENV Variables

Create a .env file in the root directory of the project. This file should contain the following variables:

  • CALENDAR_API_KEY
  • PUBLIC_DISCORD_WEBHOOK_LINK
  • PUBLIC_SLACK_WEBHOOK_LINK

If you do not include this in the .env file, the site will give you an error.