Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 306 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 306 Bytes

Zayne's Personal Website

Install dependencies:

npm install

Create a .env.local file in the root of your project and set the NEXT_PUBLIC_SITE_URL variable to your site's public URL:

NEXT_PUBLIC_SITE_URL=https://example.com

Run the development server:

npm run dev