### Quick Start Guide Source: https://github.com/hogrid/reverso/blob/main/packages/create-reverso/README.md Create a new project, navigate into it, and start the development server. ```bash npx create-reverso my-project cd my-project npm run dev ``` -------------------------------- ### Getting Started with Reverso Portfolio Source: https://github.com/hogrid/reverso/blob/main/examples/portfolio/README.md Commands to install dependencies, scan content, and start the development server for the Reverso Portfolio example. ```bash pnpm install pnpm reverso:scan pnpm dev ``` -------------------------------- ### CLI Commands: Setup Source: https://github.com/hogrid/reverso/blob/main/README.md Commands for initializing Reverso in a project. Use `--force` to overwrite, `--example` to include an example component, and `--yes` for non-interactive setup. ```bash # Initialize Reverso in an existing project reverso init # Overwrite existing configuration reverso init --force # Create with example component reverso init --example # Non-interactive mode (accept all defaults) reverso init --yes ``` -------------------------------- ### create-reverso CLI Options and Examples Source: https://github.com/hogrid/reverso/blob/main/apps/docs/src/content/docs/packages/create-reverso.md Demonstrates various command-line options for create-reverso, including specifying package managers, skipping installations, and using templates. ```bash create-reverso [project-name] [options] Options: --template