Welcome

This guide helps you set up the project locally in just a few minutes. You’ll install dependencies, run the dev server, and learn the basics of the project structure.

Prerequisites

Make sure you have the following installed:

  • Node.js (LTS recommended)
  • Yarn or npm
  • Git

If you don’t have yarn, install it globally:

Install & Run

The app should now be running at http://localhost:3000.

Project Structure

The main folders are:

  • app/ - App Router pages and layouts
  • components/ - shared UI components
  • content/ - markdown/MDX content for blog and docs
  • cms/ - CMS configuration and collections
  • lib/ - utilities and helpers

Next Steps

  • Explore Features to see what’s included
  • Open CMS → Docs to edit documentation
  • Check Deployment for going live