- Node.js LTS version
- npm or yarn (we're using
npm) - Mac/Windows/Linux with terminal access
-
Clone the repo:
git clone https://github.com/your-org/aggie-fiction.git cd aggie-fiction -
Install dependencies:
npm install -
Start the dev server:
npm run dev -
Visit
http://localhost:3000in your browser to see the site!
-
Always pull the latest changes from
mainbefore 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!
Refer to the Figma link pinned in Slack to stay aligned with design colors, fonts, and layout.