Skip to content

acmcsufoss/gallery

Repository files navigation

ACM Gallery 🖼️

Getting Started

  1. Clone and enter the repo:
git clone https://github.com/acmcsufoss/gallery.git
cd gallery
  1. Install dependencies with Bun:

If you don't have Bun, install it here -> bun.com/docs/installation

bun install
  1. Create a .env file:
cp .env.example .env
  1. Start the dev server
bun run dev

# or start the server and open the app in a new browser tab
bun run dev -- --open

Building

To create a production version of your app (make sure this works before submitting changes!):

bun run build

You can preview the production build with bun run preview.

About

Gallery to showcase images for each team taken weekly by the marketing team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7