Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 570 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 570 Bytes

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