My current portfolio website, built with TypeScript, Next.js, React, Tailwind CSS, self-hosted on Raspberry Pi 5. https://ryanfreeman.dev
Go to file
2023-04-12 21:27:25 +01:00
components Added supabase cli and supabase/auth-helpers-nextjs implementation 2023-04-11 22:46:47 +01:00
lib Changed metric group name on dashboard 2023-04-12 21:25:53 +01:00
pages Added progress bar 2023-04-12 21:27:25 +01:00
public Updated CV 2023-03-01 20:51:47 +00:00
styles Added progress bar 2023-04-12 21:27:25 +01:00
types Added supabase cli and supabase/auth-helpers-nextjs implementation 2023-04-11 22:46:47 +01:00
.env.example Updated README and .env.example 2023-04-10 23:20:18 +01:00
.eslintrc.json Updated portfolio 2023-01-02 18:05:03 +00:00
.gitignore Added supabase cli and supabase/auth-helpers-nextjs implementation 2023-04-11 22:46:47 +01:00
next.config.mjs Enabled rust mdx parser 2023-02-23 21:45:23 +00:00
package-lock.json Added progress bar 2023-04-12 21:27:25 +01:00
package.json Added progress bar 2023-04-12 21:27:25 +01:00
postcss.config.js Migrated to nextjs13 & TypeScript 2023-01-14 21:33:29 +00:00
README.md Updated README and .env.example 2023-04-10 23:20:18 +01:00
tailwind.config.ts Migrated to tailwind v3.3 2023-03-28 21:32:52 +01:00
tsconfig.json Changed project structure 2023-01-19 21:53:37 +00:00

Portfolio of Ryan Freeman

Portfolio

This website was built using TypeScript, React, Next.js and Tailwind CSS. It is designed to showcase my professional experience and skills, as well as provide information about me and my interests.

Project structure

  • components/ - All the components of the website in tsx format.
  • lib/ - Useful functions and scripts for connecting to external services and so on.
  • pages/api/ - API routes for article views and Spotify integrations.
  • pages/writing/ - Blog posts written in MDX format (Markdown in JSX).
  • pages/ - Contains all other static pages like about, projects and uses.
  • public/ - Used for static files such as icons and images.
  • styles/ - Contains the stylesheets for Tailwind and Prism.
  • types/ - Types for various components in the project.

Running locally

This application requires node v16.14+.

git clone https://github.com/r-freeman/portfolio.git
cd portfolio/
npm i
npm run dev

Create a .env.local file using .env.example as a template.