/portfolio

Personal portfolio website for my professional development

Primary LanguageCSS

Personal Website for Christian Johansen

Description

This is the personal portfolio and link website for me, Christian Johansen. The project is written in Typescript with the Sveltekit framework.

Tech Stack

Client: Svelte, Sveltekit, TailwindCSS

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PUBLIC_MIXPANEL_PROJECT_TOKEN

Run Locally

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

Authors