No description https://ieeeucsd.org
Find a file
2024-12-24 06:09:43 +00:00
.vscode init 2024-12-04 04:10:14 -08:00
public adjust formatting 2024-12-23 22:05:02 -08:00
src adjust formatting 2024-12-23 22:05:02 -08:00
.gitignore init 2024-12-04 04:10:14 -08:00
.prettierrc.mjs add prettier formatter 2024-12-04 07:37:47 -08:00
astro.config.mjs fix importing order 2024-12-04 06:44:44 -08:00
bun.lockb add animation packages 2024-12-21 15:35:12 -08:00
package-lock.json adjust formatting 2024-12-23 22:05:02 -08:00
package.json adjust formatting 2024-12-23 22:05:02 -08:00
README.md init 2024-12-04 04:10:14 -08:00
tailwind.config.mjs adjust formatting 2024-12-23 22:08:04 -08:00
tsconfig.json init 2024-12-04 04:10:14 -08:00

ieeeucsd-dev

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

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: