Skip to content

hyperioncli (Latest)

Terminal window
npx hyperioncli@latest
  1. Follow the hyperioncli prompts.

    1. Let's get you configured.
    - Are you running [packageManager]? Y/n
    - Got it! Noted.
    - Do you want to start the new Nitrox DevKit? Yes
    - Do you want to start Turbo? Yes
    - Which set would you like to install? Custom
    - Which packages would you like to install? Marp for VS Code, Prettier, GitLens (opt)
    2. Welcome to Turbo. Let's get started.
    - What is the path to your new turborepo? ./(turboPath)
    3a. Welcome to Nitrox. Let's get you up and running.
    - What is the path to your new site? ./(sitePath)
    - How strict should TypeScript be? Strict
    - Install dependencies? Y/n
    - Initialize a Git repository? Y/n
    3b. Now, let's add some integrations.
    - Which UI integrations do you want to add? React, (others)
    - Would you like to add an SSR Adapter? (Adapter)
    - Would you like to add any other integrations? Tailwind, (others)
  2. Finish all other configuration, if your running Nitrox.

    styles/global.css
    @tailwind base;
    @tailwind components;
    @tailwind utilities;
  3. Initialize shadcn/ui.

    Terminal window
    npx shadcn@latest init