Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robrechtme/robrecht.me
- Owner: robrechtme
- Created: 2021-11-06T19:04:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T21:36:56.000Z (over 1 year ago)
- Last Synced: 2023-03-04T09:28:50.032Z (over 1 year ago)
- Topics: nextjs, personal, tailwindcss, website
- Language: TypeScript
- Homepage: https://robrecht.me
- Size: 1.52 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
- yarnIf 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