Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/grzegorzpokorski/grzegorzpokorski.pl
- Owner: grzegorzpokorski
- Created: 2023-02-15T21:06:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T18:20:43.000Z (10 months ago)
- Last Synced: 2024-04-02T19:32:19.181Z (10 months ago)
- Topics: mdx, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://grzegorzpokorski.pl
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.