No description
![]() 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> |
||
---|---|---|
.src/styles | ||
.vscode | ||
public | ||
src | ||
.gitattributes | ||
.gitignore | ||
.prettier | ||
astro.config.mjs | ||
components.json | ||
package.json | ||
README.md | ||
tailwind.config.mjs | ||
tsconfig.json | ||
yarn.lock |
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.