Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.25 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.25 KB

Next Portfolio

next-portfolio Is my personal website, blog and library demo playground, built from scratch with Next.js

https://timellenberger.com

GitHub package.json version NPM

✨ Features

How to use

Clone this repo

git clone https://github.com/tim-soft/next-portfolio.git next-portfolio
cd next-portfolio

Install dependencies

yarn install

Run locally with hot module reloading

yarn dev

Deploy to Now

yarn global add now
now