Skip to content

kamilmielnik/cv

Repository files navigation

Kamil Mielnik's Curriculum Vitae

My CV built with TypeScript, React & Next.js.

Version Build Test ESLint

https://kamilmielnik.com


Setup

npm install
cp .env.example .env

Scripts

npm run build

Run production build.

npm run dev

Run development server with hot-reload.

npm start

Run production server.