No description
Find a file
dependabot[bot] cf7e4bdb71
Bump vite from 4.4.11 to 4.5.1
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.11 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 00:01:12 +00:00
.src/styles init 2023-10-17 12:33:50 -07:00
.vscode init 2023-10-17 12:33:50 -07:00
public testing 2023-10-17 13:53:43 -07:00
src testing 2023-10-17 13:53:43 -07:00
.gitattributes Initial commit 2023-10-17 12:28:11 -07:00
.gitignore Update .gitignore 2023-10-17 12:38:17 -07:00
.prettier init 2023-10-17 12:33:50 -07:00
astro.config.mjs init 2023-10-17 12:33:50 -07:00
components.json init 2023-10-17 12:55:02 -07:00
package.json testing 2023-10-17 13:53:43 -07:00
README.md init 2023-10-17 12:33:50 -07:00
tailwind.config.mjs testing 2023-10-17 13:53:43 -07:00
tsconfig.json init 2023-10-17 12:33:50 -07:00
yarn.lock Bump vite from 4.4.11 to 4.5.1 2023-12-06 00:01:12 +00:00

IEEE UCSD Website

Before we get started

Font

We use Open Sans as our font. You can read more about why we use it here:

JS Framework

We use AstroJS in order to easily create blog posts and incorperate components from different frameworks, such as React and Vite.

Getting started

To get start, clone our repo:

git clone https://github.com/ieeeucsd/ieeeucsd.org

and install the dependencies:

yarn install

Contributing

If you are not a part of IEEE but still want to contribute to the project, make sure you clone the repository and make a pull request. We will look over your code and if everything looks good, we will merge it with the main branch.