Ecosyste.ms: Awesome

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

https://github.com/wirtzdan/website

Personal website build with Chakra UI, NextJS and Airtable ✨
https://github.com/wirtzdan/website

airtable airtable-api blog chakra-ui framer-motion next nextjs portfolio reactjs vercel website

Last synced: 3 months ago
JSON representation

Personal website build with Chakra UI, NextJS and Airtable ✨

Lists

README

        

# danielwirtz.com

Welcome behind the curtain of my personal website/portfolio. Take a look around.

This website is build using [Next.js](https://nextjs.org/) (React Framework), [Chakra UI](https://chakra-ui.com) (Component Library) and [Airtable](https://airtable.com/invite/r/HsvqbADg) as a simple backend. The backend comes into play on the blog, books and tools page.

Read [this article](https://danielwirtz.com/blog/website-rebuild-nextjs-chakra-ui-airtable) to see how I'm using Airtable as a backend.

I think the most interesting pages to look at are:

- https://danielwirtz.com/blog
- https://danielwirtz.com/books
- https://danielwirtz.com/tools

## Get it running locally

To get this website running locally, type this into your terminal:

```bash
$ git clone https://github.com/wirtzdan/website danielwirtz.com
$ cd danielwirtz.com
$ yarn
$ yarn dev
```

Make sure to add environmental variables, if you want to play around with the [Airtable](https://airtable.com/invite/r/HsvqbADg) and [Raindrop](https://raindrop.io) integration. To do so create a `.env.local` file similar to [`.env.example`](https://github.com/wirtzdan/website/blob/master/.env.example).

## Using my code in your website

Read [License.md](https://github.com/wirtzdan/website/blob/master/license.md)

## Questions / Feedback

Do you have questions or feedback? Then the reach out to me on [Twitter](https://twitter.com/wirtzdan)