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.
-
Clone the repository:
git clone https://github.com/larsniet/portfolio.git
-
Change into the project directory:
cd portfolio -
Install the dependencies:
pnpm install
To run the project in development mode, use the following command:
pnpm devThis will start the development server at http://localhost:3000.
To build the project for production, use the following command:
pnpm buildTo start the project in production mode, use the following command:
pnpm startThe 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- 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.
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.