Skip to content

I'm a full stack developer and a tech enthusiast with a passion for anything new in tech, working at Adswag. I lead projects, guiding them in specific directions to align with strategic goals and technical standards.

License

Notifications You must be signed in to change notification settings

larsniet/portfolio

Repository files navigation

Lars van der Niet

Welcome to my personal website! This project is built with Next.js and showcases my skills as a full stack developer and tech enthusiast. Below you'll find all the necessary information to get started with the project.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/larsniet/portfolio.git
  2. Change into the project directory:

    cd portfolio
  3. Install the dependencies:

    pnpm install

Usage

Development

To run the project in development mode, use the following command:

pnpm dev

This will start the development server at http://localhost:3000.

Build

To build the project for production, use the following command:

pnpm build

Start

To start the project in production mode, use the following command:

pnpm start

Environment Variables

The project uses a single environment variable:

  • NEXT_PUBLIC_BASE_URL: The base URL for the application.

To set up the environment variable, create a .env.local file in the root of the project and add the following line:

NEXT_PUBLIC_BASE_URL=https://your-base-url.com

Features

  • RSS Feed: Stay updated with the latest posts via the RSS feed.
  • Dynamically Generated Articles: Articles are generated dynamically, using a list of articles written in MDX.
  • SEO: Sitemap and OpenGraph support for better SEO.

License

This project is licensed under the MIT License. See the LICENSE file for more information.


Thank you for checking out my portfolio project! If you have any questions or feedback, feel free to open an issue or contact me directly.

About

I'm a full stack developer and a tech enthusiast with a passion for anything new in tech, working at Adswag. I lead projects, guiding them in specific directions to align with strategic goals and technical standards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published