SkillAgentSearch skills...

Terminal.me

A terminal style interactive website built with Nuxt3.

Install / Use

/learn @kurt-liao/Terminal.me

README

Terminal.me

A terminal style website. The Nuxt3 version of m4tt72/terminal.

<p align="center"> <img src="https://user-images.githubusercontent.com/32745146/198423735-d7615739-6317-4871-ba41-ddf139f7c0d7.png" alt="me.kurtstories.com" width="800" /> </p>

Motivation

  • Unix-like amateur
  • Frontend/Web enthusiast
  • Vue/Nuxt fan
  • Open source lover

That's it!

Quick Start

First of all, give it a star, please😁. Then, fork this repo.

Usging npm/yarn/pnpm

  1. Install dependencies:
npm i

# or

yarn

# or

pnpm i --shamefully-hoist
  1. Running in dev
npm run dev

# or

yarn dev

# or

pnpm run dev
  1. Build the project
npm run build

# or

yarn build

# or

pnpm run build

The output files will be in .output folder.

  1. Preview
npm run preview

# or 

yarn preview

# or

pnpm run preview

# or

node .output/server/index.mjs

Configuration

I put all config in /assets/config.json. You can modify it to fit your needs.

Themes

All available themes defined in /assets/themes.json.

Themes color reference from here.

Contributing

Any of contribution(PR, Issue...) is welcome.

Contributors

@see CONTRIBUTING.md

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated3mo ago
Forks5

Languages

Vue

Security Score

92/100

Audited on Nov 26, 2025

No findings