https://github.com/dev-chenxing/terminal
Terminal-style website
https://github.com/dev-chenxing/terminal
Last synced: 9 months ago
JSON representation
Terminal-style website
- Host: GitHub
- URL: https://github.com/dev-chenxing/terminal
- Owner: dev-chenxing
- License: mit
- Created: 2024-10-07T15:52:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T01:21:17.000Z (over 1 year ago)
- Last Synced: 2025-03-03T00:41:16.307Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://dev-chenxing.github.io/terminal/
- Size: 3.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Terminal-Style Website

## Features
- Basuc commands
- Tab autocomplete
- Hotkeys

## Building from source
```sh
# 1. Clone the repo
git clone https://github.com/dev-chenxing/terminal.git
cd terminal
# 2. Install the necessary dependencies
npm i --verbose
# 3. Run the app
npm run dev
# 4. Deploy the app
npm run deploy
```