Skip to content

nzjames/nzjames.github.com

Repository files navigation

How the fuck do I start this thing?

Install

Yolo, probably need to do

npx playwright install #or something

Dev server

Run the base inbuilt eleventy dev server.

npm start

Glitch

Run the glitch server

The glitch server uses a different eleventy config on a different port and ...

isn't working today. 🤠🫠

npm run start:glitch

Build glitch images

After starting the glitch server
npm run glitch

Deploy

Deploy staging

npm run deploy

Deploy production

npm run deploy:prod