Guide 2 of 4

After setup

First login, branding, and publish checks

Use this checklist after npm run setup succeeds.

1) Create admin account

  1. Open https://your-site/admin/seed
  2. Click Create admin account
  3. Login at https://your-site/admin

2) Secure production

After first login:

  1. Open https://your-site/admin/settings
  2. Go to Danger zone
  3. Disable /admin/seed

3) Add your branding and content

Recommended order:

  1. Site branding: name + logo
  2. Appearance: choose template (Minimal or Scroll)
  3. Projects
  4. Skills
  5. Career
  6. Blog
  7. Social links and Contact info
  8. 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/seed is disabled