Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kurt-liao/terminal.me
- Owner: kurt-liao
- License: mit
- Created: 2022-10-20T08:57:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T00:50:45.000Z (about 2 years ago)
- Last Synced: 2024-10-10T17:41:14.709Z (about 1 month ago)
- Topics: hacktoberfest, hacktoberfest2022, javascript, nuxt, nuxt3, terminal, typescript, vercel, vue, vue3, website
- Language: Vue
- Homepage: https://me.kurtstories.com/
- Size: 364 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).
## 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/).
## ContributingAny of contribution(PR, Issue...) is welcome.
## Contributors
@see [CONTRIBUTING.md](/CONTRIBUTING.md)