# Museum-Style Historical Archive Website
A Next.js digital archive of historical photographs documenting Equatorial Guinea during the Spanish colonial period (1778–1968).
## Running the project
```bash
npm install
npm run dev
```
Open
localhost.
## Scripts
- **`npm run dev`** — Start the Next.js development server
- **`npm run build`** — Build for production
- **`npm run start`** — Run the production server
- **`npm run lint`** — Run ESLint
## Tech stack
- **Next.js 15** (App Router)
- **React 18**
- **Tailwind CSS v4**
- **TypeScript**