Malcak / homepage

Malcak's homepage and portfolio website

Home Page:https://malcak.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malcak's Homepage

Live on Vercel.

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 and 3d model file
└── public

Getting Started

First, run the development server, Open http://localhost:3000 with your browser to see the result.

npm run dev
# or
yarn dev

To build:

npm run build
# or
yarn build

After creating the build you can start the server:

npm start
# or
yarn start

About

Malcak's homepage and portfolio website

https://malcak.me

License:The Unlicense


Languages

Language:JavaScript 100.0%