My portfolio website. It shows useful links to my various online presences and links to some of my projects
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