Skip to content

martinkrivda/martinkrivda-portfolio

Repository files navigation

martinkrivda-portfolio

My portfolio website.

https://martinkrivda.cz

Stack

  • Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
  • Chakra UI - A simple, modular and accessible component library for React
  • Three.js - 3D library for JavaScript
  • Framer Motion - An animation library for React

Project structure

$PROJECT_ROOT
│   # Page files
├── pages
│   # React component files
├── components
│   # Non-react modules
├── lib
│   # Static files for images, locales and 3d model file
└── public

Available scripts

In the project directory, you can run:

npm run dev

Starts a development server and watches for changes on: http://localhost:3000

npm build

Builds the application for production usage.

Getting Started

Development

  • clone repo => git clone repo-url
  • cd martinkrivda-portfolio
  • install dependencies => npm install
  • start the development server => npm run dev
  • open http://localhost:3000 in your browser to see the app.

Releases

No releases published

Packages

No packages published