Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 660 Bytes

File metadata and controls

32 lines (25 loc) · 660 Bytes

nfoert.github.io

image

My portfolio website. It shows useful links to my various online presences and links to some of my projects

Installation and development

Clone this repository:

git clone https://github.com/nfoert.github.io

Install npm libraries:

npm install

Start the development server by running the following command or using the "Development" task in VS Code:

npm run dev

Build the server when deploying by using:

npm run build