8000 GitHub - srbutler1/ai-foundry
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

srbutler1/ai-foundry

Repository files navigation

Arkansas AI Foundry Website

This is the official website for the AI Foundry at the University of Arkansas. Built with React, Vite, and TailwindCSS.

Setup Instructions

  1. Clone the repository:
git clone [repository-url]
cd ai-foundry
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Editing the Website

Structure

The main website content is in src/pages/homepage.jsx. The file contains several sections:

  • Hero Section
  • About Section
  • Core Offerings
  • Career Development
  • Upcoming Events
  • Leadership Team
  • Footer

How to Edit Content

  1. Update Leadership Information

    • Open src/homepage.jsx
    • Locate the "Leadership Team" section
    • Replace placeholder text (e.g., "[President Name]") with actual information
  2. Add Events

    • Find the "Upcoming Events" section
    • Replace the "Exciting things to come!" placeholder with event details
  3. Modify Core Offerings

    • Edit the content in the three-column grid under "Core Offerings"
    • Each card has an icon, title, and description
  4. Update Colors

    • Main colors are defined in tailwind.config.js
    • Primary colors: foundry-red (#E31837) and foundry-dark (#800000)

Making Changes

880A
  1. Make your edits in the development environment
  2. Test changes locally using npm run dev
  3. Commit and push your changes:
git add .
git commit -m "Description of your changes"
git push

Tech Stack

  • React
  • Vite
  • TailwindCSS
  • Lucide React (icons)
  • shadcn/ui components

File Structure

ai-foundry/
.
├── dist
│   ├── assets
│   └── images
├── node_modules
# lotta modules here 
├── public
│   └── images
└── src
    ├── assets
    ├── components
    ├── data
    └── pages

Need Help?

Contact sbutler@walton.uark.edu or nhertlein@walton.uark.edu for questions or assistance with the website.

Development Guidelines

Code Style

  • Use consistent indentation (2 spaces)
  • Keep components organized and well-commented
  • Follow React best practices
  • Use Tailwind classes for styling

Git Workflow

  1. Pull latest changes before starting work:
git pull origin main
  1. Create a new branch for your changes:
git checkout -b feature/your-feature-name
  1. Make your changes and commit regularly
  2. Push your branch and create a pull request

Adding New Features

  1. Test locally first
  2. Ensure mobile responsiveness
  3. Maintain consistent styling
  4. Update documentation if needed

Deployment

at the moment, Sam pushes changes live regularly

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0