This is the personal portfolio and link website for me, Christian Johansen. The project is written in Typescript with the Sveltekit framework.
Client: Svelte, Sveltekit, TailwindCSS
To run this project, you will need to add the following environment variables to your .env file
PUBLIC_MIXPANEL_PROJECT_TOKEN
Clone the project
git clone git@github.com:cjohansen11/portfolio.git
Go to the project directory
cd portfolio
Install dependencies
pnpm install
Start the server
pnpm dev