Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Gopher-Graphics/gopher_graphics_site

Repository files navigation

Gopher Graphics club website

Tech Stack

Framework: React

Styling: Tailwind, DaisyUI

Graphics: Three.js

Hosting: github pages?

For a lot of our components we are using DaisyUI, an open-source tailwind component library. Documentation: https://daisyui.com/docs/https://daisyui.com/docs/


Project Structure

public/            <- Static files like images and icons
src/
  components/      <- Reusable UI components (Button, Card, etc.)
  layouts/         <- Component Wrappers (Navbars, headers, footers, ect)
  pages/           <- Individual pages

  index.css        <- Import Tailwind and DaisyUI
  App.jsx          <- Root Component, route to page map
  main.tsx         <- Entry point (boots App.jsx)
  

Starting development

run:

npm install
npm run dev

Deployment

npm run deploy -- -m "Deploy React app to GitHub Pages"

About

Site for the Gopher Graphics Club UMN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published