No description
Find a file
2023-10-17 12:33:50 -07:00
.src/styles init 2023-10-17 12:33:50 -07:00
.vscode init 2023-10-17 12:33:50 -07:00
public init 2023-10-17 12:33:50 -07:00
src init 2023-10-17 12:33:50 -07:00
.gitattributes Initial commit 2023-10-17 12:28:11 -07:00
.gitignore init 2023-10-17 12:33:50 -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:33:50 -07:00
package.json init 2023-10-17 12:33:50 -07:00
README.md init 2023-10-17 12:33:50 -07:00
tailwind.config.js init 2023-10-17 12:33:50 -07:00
tailwind.config.mjs init 2023-10-17 12:33:50 -07:00
tsconfig.json init 2023-10-17 12:33:50 -07:00
yarn.lock init 2023-10-17 12:33:50 -07: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.