Skip to content

Mezdek/mezdek.net

Repository files navigation

This is an attempt to bulid and design a simple personal website for myself.

How to start

  1. First install the dependencies by running
npm install
# or
yarn install
  1. Then run the server by running
npm run dev
# or
yarn dev
  1. Finally, open the browser to http://localhost:3000

Technical details

This project was built using: