Payload CMS
This is a statically deployed site. To add or edit content, run the development server on your machine:
cd ~/codywebsitenpm run dev# → open localhost:3000/admin
After adding content, run npm run deploy to rebuild and publish.
npm run deploy