Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.1 KB

README.md

File metadata and controls

65 lines (40 loc) · 1.1 KB

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
  1. Install dependencies:
pnpm install
  1. Depending on your needs:

To run it in local environment:

pnpm dev

To built this project:

pnpm build

Live 🌐

https://grzegorzpokorski.pl/

Contributing

If you find any bug, have suggestion how to improve this project feel free to tell about it in issues tab. Pull requests also are welcoming.