Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 504 Bytes

README.md

File metadata and controls

45 lines (38 loc) · 504 Bytes


Built with:

  • Nextjs
  • Contentlayer
  • Tailwind
  • Framer-Motion
  • DaisyUI
  • Sass
  • Typescript


Installation

Clone the project

git clone https://github.com/SivertGullbergHansen/blog.sivert.io.git blog
cd blog

Install dependencies

npm i

or

yarn

Run development server

npm run dev

or

yarn dev