No description
Find a file
2024-04-02 22:31:52 -07:00
.vscode init 2024-01-20 22:55:35 -08:00
public possible fix for bash 2024-03-20 03:44:44 -07:00
src Update EventList.jsx 2024-04-02 22:31:52 -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 Update package.json 2024-03-20 03:44:58 -07:00
pnpm-lock.yaml added bash slides 2024-03-20 03:23:53 -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 added bash slides 2024-03-20 03:23:53 -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.