Payload CMS

Content editor runs locally

This is a statically deployed site. To add or edit content, run the development server on your machine:

cd ~/codywebsite
npm run dev
# → open localhost:3000/admin

After adding content, run npm run deploy to rebuild and publish.

← Back to codyhall.tech