No description https://ieeeucsd.org
Find a file
2025-04-08 23:53:04 -07:00
.vscode file component update 2025-03-03 02:10:48 -08:00
public update to webp 2025-01-23 22:10:26 -08:00
src Update OfficerManagement.tsx 2025-04-08 23:53:04 -07:00
.gitignore update gitignore 2025-02-18 03:35:07 -08:00
.prettierrc.mjs add prettier formatter 2024-12-04 07:37:47 -08:00
astro.config.mjs remove public tags and validate current password 2025-03-08 22:00:00 -08:00
bun.lock Update bun.lock 2025-04-07 15:47:46 -07:00
nixpacks.toml Create nixpacks.toml 2025-01-23 15:13:43 -08:00
notes.md temp notes for reference 2025-02-20 00:29:34 -08:00
package-lock.json fix logout 2025-04-02 20:11:32 -07:00
package.json fix logout 2025-04-02 20:11:32 -07:00
README.md Added some documentation on libraries used 2025-01-09 20:24:39 -08:00
tailwind.config.mjs added erik format 2025-03-31 14:16:15 -07:00
tsconfig.json update to use schema 2025-02-28 22:18:09 -08:00

ieeeucsd-dev

Development version of the IEEE UC San Diego student branch website.

Figma Design

Getting Started

Prerequisites:

  • Bun - Fast all-in-one JavaScript runtime & toolkit

Installation

  1. Clone the repository
git clone https://github.com/IEEE-UCSD/ieeeucsd-dev.git
cd ieeeucsd-dev
  1. Install dependencies
bun install

Development

To start the development server:

bun run dev

This will start the server at http://localhost:4321. The page will reload automatically when you make changes.

Production

To build and start the production server:

bun run build
bun run start

Built with:

  • Astro - Web framework for content-driven websites
  • React - UI components
  • TailwindCSS - Styling
    • This manifests as one line CSS like class="flex border-white/40 border-[0.1vw] rounded-[2vw] h-[85vh] px-[10%] py-[3%] bg-gradient-to-t to-ieee-blue-100/30 via-ieee-black from-ieee-black"
  • TailwindAnimated
    • This is what we use for all of our nice animations!
  • MDX - Enhanced Markdown
  • Expressive Code - Beautiful code blocks
  • Node.js Adapter - Server-side rendering

Contributors:

  • Charles Nguyen
  • Shing Hung