An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![Screenshot of gregives.co.uk](./assets/screenshot.png)

# [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.