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.
- Host: GitHub
- URL: https://github.com/datejer/dudek.sh
- Owner: datejer
- Created: 2021-12-10T09:21:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T13:08:28.000Z (about 1 year ago)
- Last Synced: 2025-03-23T04:51:14.099Z (about 1 year ago)
- Topics: nextjs, react, sass, typescript
- Language: TypeScript
- Homepage: https://dudek.sh
- Size: 9.28 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
artur dudek.





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/)
[](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)