Skip to content

TomiMoreno/Portfolio

Repository files navigation

This is my portfolio, made with Next.js, and Notion as a CMS 💼

Setting up project

First, run the development server:

npm install
# or
yarn install

Then:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.