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

https://github.com/datejer/dudek.sh

personal site.
https://github.com/datejer/dudek.sh

nextjs react sass typescript

Last synced: about 1 year ago
JSON representation

personal site.

Awesome Lists containing this project

README

          



artur dudek.



![Next.js](https://img.shields.io/badge/Next.js-%23000000?logo=next.js&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-%233178C6?logo=typescript&logoColor=white)
![SCSS](https://img.shields.io/badge/Sass-%23CC6699?logo=sass&logoColor=white)
![Vercel](https://vercelbadge.vercel.app/api/datejer/dudek.sh)
![Website](https://img.shields.io/website?url=https%3A%2F%2Fdudek.sh)

Hello 👋!

My name is Artur and I'm a web developer from Poland 🇵🇱. I mostly code in TypeScript/React, and work as a Frontend Developer at Appunite. In my free time I host Require Podcast together with my friend.

## stuff i used.

- TypeScript
- Next.js
- next-themes
- Sass (SCSS Modules)
- Cheerio
- react-loading-skeleton
- react-parallax-tilt
- Lanyard & react-use-lanyard
- @tippyjs/react

## develop.

```bash
$ git clone https://github.com/datejer/dudek.sh.git
$ cd dudek.sh
$ pnpm install
$ pnpm dev
```

## lint.

Using ESLint and Prettier.

```bash
$ pnpm lint
```

## build.

```bash
$ pnpm build
```

Additional `postbuild` script runs _automagically_ and uses `next-sitemap` to generate `sitemap.xml` and `robots.txt` files.

```bash
$ pnpm postbuild
```

## deploy.

Deployed using â–² Vercel at [dudek.sh](https://dudek.sh/)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdatejer%2Fdudek.sh)

## special thanks.

- [Simple Icons](https://simpleicons.org/)
- [MDI](https://materialdesignicons.com/)
- [Lanyard](https://github.com/Phineas/lanyard)