No description
.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.