generated from 2025/project_base
UL-based second-hand reselling site
| .forgejo/workflows | ||
| __tests__/unit | ||
| app | ||
| components | ||
| contexts | ||
| doc | ||
| lib | ||
| pages | ||
| public | ||
| styles | ||
| tests | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| Dockerfile | ||
| env.template | ||
| LICENSE | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
UL Marketplace
A React-based marketplace application for the University of Limerick community, allowing students and staff to buy and sell items within the campus.
Quick Start
Prerequisites
- Node.js (v16 or higher)
- npm or yarn
Installation
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser to
http://localhost:3000
Build for Production
npm run build
Preview Production Build
npm run preview