terminal.me

A terminal style interactive website built with Nuxt3.

MIT License

Stars
7

Terminal.me

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

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 Projects