Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robrechtme/robrecht.me

◼️ Personal website written in Next.js and Tailwind CSS
https://github.com/robrechtme/robrecht.me

nextjs personal tailwindcss website

Last synced: 8 days ago
JSON representation

◼️ Personal website written in Next.js and Tailwind CSS

Awesome Lists containing this project

README

        





robrecht.me


Personal website of Robrecht Meersman.


View live »




Report Bug
·
Request Feature


## About The Project

[![robrecht.me personal website screenshot][product-screenshot]](https://robrecht.me)

Hi! Welcome to the source code of my personal website. This repo is not really meant for contributing, just to show off my source code. Open sourcing it also helps me keeping it clean and up-to-date!

### Built With

- [Next.js](https://nextjs.org/) - JavaScript framework
- [Tailwind CSS](https://tailwindcss.com/) - CSS framework
- [DatoCMS](https://www.datocms.com/) - Headless CMS

## Getting Started

To get a local copy up and running, follow these simple steps.

### Prerequisites

- node@16
- yarn

If you use [asdf](https://asdf-vm.com/) you can run `asdf install`.

### Installation

1. Clone the repo
```sh
git clone https://github.com/robrechtme/robrecht.me.git
cd robrecht.me
```
2. Install dependencies
```sh
yarn
```
3. Copy `.env.example` to `.env.local` and fill it in with your environment variables.
```sh
cp .env.example .env.local
```
4. Start the dev server and go to http://localhost:3000 🎉
```sh
yarn dev
```

## License

This repo does not have a license on purpose. See [No License](https://choosealicense.com/no-permission/) for more information. No touch, only look.

## Contact

Robrecht Meersman - [@robrechtme](https://twitter.com/robrechtme) - [email protected]

[contributors-shield]: https://img.shields.io/github/contributors/robrechtme/robrecht.me.svg?style=for-the-badge
[contributors-url]: https://github.com/robrechtme/robrecht.me/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/robrechtme/robrecht.me.svg?style=for-the-badge
[forks-url]: https://github.com/robrechtme/robrecht.me/network/members
[stars-shield]: https://img.shields.io/github/stars/robrechtme/robrecht.me.svg?style=for-the-badge
[stars-url]: https://github.com/robrechtme/robrecht.me/stargazers
[issues-shield]: https://img.shields.io/github/issues/robrechtme/robrecht.me.svg?style=for-the-badge
[issues-url]: https://github.com/robrechtme/robrecht.me/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/robrechtme
[product-screenshot]: images/screenshot.png