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

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

Awesome Lists containing this project

README

          

Terminal-Style Website

screenshot

## Features

- Basuc commands
- Tab autocomplete
- Hotkeys

![My Skills](https://skillicons.dev/icons?i=ts,react,tailwind&theme=light)

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