Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m4tt72/terminal
Terminal style website
https://github.com/m4tt72/terminal
javascript open-source portfolio svelte terminal terminal-based typescript web-terminal
Last synced: 3 days ago
JSON representation
Terminal style website
- Host: GitHub
- URL: https://github.com/m4tt72/terminal
- Owner: m4tt72
- License: mit
- Created: 2021-11-11T15:47:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T13:39:04.000Z (29 days ago)
- Last Synced: 2025-01-02T12:10:00.714Z (11 days ago)
- Topics: javascript, open-source, portfolio, svelte, terminal, terminal-based, typescript, web-terminal
- Language: TypeScript
- Homepage: https://term.m4tt72.com
- Size: 48.4 MB
- Stars: 1,297
- Watchers: 8
- Forks: 244
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-homelab - M4TT72 Terminal
README
# [M4TT72 | Terminal](https://term.m4tt72.com)
A terminal style website
![screenshot](/docs/screenshot.png)
## IMPORTANT
This is a new version of [m4tt72/terminal](https://github.com/m4tt72/terminal), which is built with [Svelte](https://svelte.dev/).
If you are looking for the old version, please check out the [v2 branch](https://github.com/m4tt72/terminal/tree/v2).
The old version is built with [React](https://reactjs.org/), and it is no longer maintained.
Thanks!
## Quick Start
### Using docker (recommended)
```bash
docker run -d --name terminal -p 3000:3000 ghcr.io/m4tt72/terminal
```### Using npm/yarn
1. Install dependencies:
```bash
yarn install
```3. Run the server:
```bash
yarn dev
```## Themes
![themes](/docs/screenshot.gif)
[Here's](/docs/themes) a list of available themes.
## Contributing
Please feel free to pull requests or log issues.
Thanks!
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=m4tt72/terminal&type=Date)](https://star-history.com/#m4tt72/terminal&Date)