hyperioncli (init Command)
npx hyperioncli@unstable-flake inityarn dlx hyperioncli@unstable-flake initpnpx hyperioncli@unstable-flake initnlx hyperioncli@unstable-flake init-
Follow the
hyperioncliprompts.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/n3b. 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)1. Let's get you configured.- Are you running [packageManager]? Y/n- Got it! Noted.- Do you want to start the new Nitrox DevKit? No- 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)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? No- Which set would you like to install? Custom- Which packages would you like to install? Marp for VS Code, Prettier, GitLens (opt)2a. 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/n2b. 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) -
Finish all other configuration, if your running Nitrox.
styles/global.css @tailwind base;@tailwind components;@tailwind utilities;src/pages/index.astro ---import '@/styles/global.css'---astro.config.mjs import { defineConfig } from 'astro/config';import react from '@astrojs/react';import tailwind from '@astrojs/tailwind';export default defineConfig({integrations: [tailwind(),tailwind({applyBaseStyles: false,}),react()],})tsconfig.json {"compilerOptions": {// ..."baseUrl": ".","paths": {"@/*": ["./src/*"]}// ...}} -
Initialize shadcn/ui.
Terminal window npx shadcn@latest initTerminal window yarn dlx shadcn@latest initTerminal window pnpx shadcn@latest initTerminal window nlx shadcn@latest init