Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grzegorzpokorski/grzegorzpokorski.pl

Personal blog 📖 and marketing website promoting my services 🛠 in one.
https://github.com/grzegorzpokorski/grzegorzpokorski.pl

mdx nextjs react tailwindcss typescript

Last synced: about 1 month ago
JSON representation

Personal blog 📖 and marketing website promoting my services 🛠 in one.

Awesome Lists containing this project

README

        

# grzegorzpokorski.pl

Personal webpage presenting my offer, connected with blog.

## Used technologies 🛠️:

1. React.js
2. Next.js
3. TypeScript
4. Tailwind CSS
5. SCSS
6. MDX

## Installation 👷

Required installed node.js.

1. Clone this repository:

```
git clone https://github.com/grzegorzpokorski/moja-strona.git
```

2. Install dependencies:

```
pnpm install
```

3. Depending on your needs:

To run it in local environment:

```
pnpm dev
```

To built this project:

```
pnpm build
```

## Live 🌐

[https://grzegorzpokorski.pl/](https://grzegorzpokorski.pl/)

## Contributing

If you find any bug, have suggestion how to improve this project feel free to tell about it in [issues](https://github.com/grzegorzpokorski/grzegorzpokorski.pl/issues) tab. Pull requests also are welcoming.