This is the repository for Sam Klepper's Developer Portfolio. The portfolio showcases various projects and technologies used.
The main project page is located in pages/projects/[slug].tsx
. This page uses dynamic routing in Next.js to render different project details based on the slug.
Each project has its own markdown file in the projects
directory. The markdown files contain the frontmatter and content for each project.
To run the project:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT