A dark, editorial personal website with a live 3D market-surface hero, reading content live from your Notion workspace.
You have Node installed, so this is quick.
Unzip jgianfelice-site.zip somewhere easy to find, like your Desktop.
- Open Terminal
- Type
cd(with a space after cd) - Drag the unzipped
jgianfelice-sitefolder onto the Terminal window — it pastes the path - Press Enter
You should now be "inside" the folder.
Paste this and press Enter:
npm install
Wait for it to finish (a minute or two).
- Find the file called
.env.local.examplein the folder - Make a copy of it and rename the copy to exactly
.env.local - Open it in any text editor
- Replace
ntn_your_token_herewith your actual Notion token (thentn_...one) - Save
The site works without this — you'll just see placeholder content until the Notion connection is wired in the next build pass.
Paste this and press Enter:
npm run dev
When it says Ready, open your browser to:
http://localhost:3000
That's it. You'll see the site.
Take screenshots of what you see — the hero, the scroll, anything that looks off — and send them back. That's how we refine it to the final bar.
To stop the server: click the Terminal and press Ctrl + C.
To start it again later: just npm run dev from the folder.