https://github.com/gregives/gregives.co.uk
Personal site and portfolio of software engineer Greg Ives
https://github.com/gregives/gregives.co.uk
firestore nextjs personal-website portfolio spotify tailwindcss
Last synced: 20 days ago
JSON representation
Personal site and portfolio of software engineer Greg Ives
- Host: GitHub
- URL: https://github.com/gregives/gregives.co.uk
- Owner: gregives
- Created: 2019-08-08T20:20:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T13:02:48.000Z (2 months ago)
- Last Synced: 2025-04-13T11:08:51.892Z (20 days ago)
- Topics: firestore, nextjs, personal-website, portfolio, spotify, tailwindcss
- Language: MDX
- Homepage: https://gregives.co.uk
- Size: 87.3 MB
- Stars: 61
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# [gregives.co.uk](https://gregives.co.uk)
Personal website of software engineer Greg Ives, built using the following:
- [Next.js](https://nextjs.org)
- [MDX](http://mdxjs.com)
- [Tailwind CSS](https://tailwindcss.com)
- [Firestore](https://firebase.google.com/docs/firestore)
- Love :heart:Feel free to take inspiration from my site and explore the source code behind it — don't copy it though, make it yours!
## Getting Started
Clone the repository:
```bash
git clone https://github.com/gregives/gregives.co.uk
```Install the dependencies using Yarn:
```bash
yarn
```Run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) in your browser to see the development server.