Skip to content

harisolaas/harisolaas-personal-portfolio

Repository files navigation

Welcome! This is a personal portfolio built using Next.js bootstrapped with create-next-app.

Getting Started

To run the development server:

yarn dev

Projet will run by default on http://localhost:3000.

API routes can be added in pages/api/[endpoint].ts.

The pages/api must be mapped to /api/*. Files in this directory are treated as API routes instead of React pages.