Guide 2 of 4
After setup
First login, branding, and publish checks
Use this checklist after npm run setup succeeds.
1) Create admin account
- Open
https://your-site/admin/seed - Click Create admin account
- Login at
https://your-site/admin
2) Secure production
After first login:
- Open
https://your-site/admin/settings - Go to Danger zone
- Disable
/admin/seed
3) Add your branding and content
Recommended order:
- Site branding: name + logo
- Appearance: choose template (Minimal or Scroll)
- Projects
- Skills
- Career
- Blog
- Social links and Contact info
- Page metadata (titles, labels, nav order)
4) Optional: demo content
In Settings → Danger zone, you can run demo seed.
Warning:
- This is destructive (replaces existing content).
- Use only on fresh/test sites.
5) Final go-live checks
- Site loads on desktop + mobile
- Admin login works
- Public pages have your real content
- Logo and favicon are correct
/admin/seedis disabled