Skip to content

dankrajnak/dankland

Repository files navigation

Dank Land

This is my personal website. The idea is that it will be a place for me to put the web projects I've created that I think are interesting and worth showing. It's also a bit of an experiment in itself as I try out new technologies I think are neat.

Running a development version of the site

Clone this repository

git clone https://github.com/dankrajnak/dankland
cd dankLand

Install dependencies

pnpm i

Start a development server

pnpm dev