The site is live! check it out at: https://gopher-graphics.github.io/gopher_graphics_site/
Framework: React
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/
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)
run:
npm install
npm run dev
npm run deploy -- -m "Deploy React app to GitHub Pages"