Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kurt-liao/terminal.me

A terminal style interactive website built with Nuxt3.
https://github.com/kurt-liao/terminal.me

hacktoberfest hacktoberfest2022 javascript nuxt nuxt3 terminal typescript vercel vue vue3 website

Last synced: 18 days ago
JSON representation

A terminal style interactive website built with Nuxt3.

Awesome Lists containing this project

README

        

# Terminal.me

A terminal style website. The [Nuxt3](https://v3.nuxtjs.org/) version of [m4tt72/terminal](https://github.com/m4tt72/terminal).


me.kurtstories.com

## 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:

```sh
npm i

# or

yarn

# or

pnpm i --shamefully-hoist
```

2. Running in dev

```sh
npm run dev

# or

yarn dev

# or

pnpm run dev
```

3. Build the project

```sh
npm run build

# or

yarn build

# or

pnpm run build
```

> The output files will be in `.output` folder.

4. Preview

```sh
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](/assets/config.json). You can modify it to fit your needs.

## Themes

All available themes defined in [/assets/themes.json](/assets/themes.json).

Themes color reference from [here](https://gogh-co.github.io/Gogh/).
## Contributing

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

## Contributors

@see [CONTRIBUTING.md](/CONTRIBUTING.md)