Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 844 Bytes

File metadata and controls

23 lines (12 loc) · 844 Bytes

Building a new portfolio for my web development/design and art whilst teaching myself NextJS and TypeScript - styled with SCSS modules

Setup

npm install

First, run the development server:

npm run dev

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

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

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

Deployed via Vercel

https://edith-portfolio.vercel.app/ until finished - will update to custom domain when ready for prod

Email

Email setup with EmailJS