Skip to content

include-davis/aggie-peer-counseling

Repository files navigation

📖 README Snippet (Dev Setup Instructions)

🧑‍💻 Local Development Setup

Prerequisites

  • Node.js LTS version
  • npm or yarn (we're using npm)
  • Mac/Windows/Linux with terminal access

Getting Started

  1. Clone the repo:

    git clone https://github.com/your-org/aggie-fiction.git
    cd aggie-fiction
    
  2. Install dependencies:

    npm install
    
  3. Start the dev server:

    npm run dev
    
  4. Visit http://localhost:3000 in your browser to see the site!


🧼 Best Practices

  • Always pull the latest changes from main before starting:

    git pull origin main
    
  • Create a new branch from your assigned GitHub issue.

  • Use meaningful commit messages, ex: build: add Hero component markup.

  • Use SCSS variables, font mixins, and responsive design via mixins.

  • Don't push directly to main — always create a pull request!


🎨 Figma Design

Refer to the Figma link pinned in Slack to stay aligned with design colors, fonts, and layout.

About

Aggie Peer Counseling Website for Winter/Spring 2025 Cohort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9