No description
Find a file
dependabot[bot] be928466c2
Bump vite from 5.1.6 to 5.2.8
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.2.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 18:17:03 +00: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 fix links 2024-04-02 23:54:12 -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 Bump vite from 5.1.6 to 5.2.8 2024-04-03 18:17:03 +00: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.