Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayush-that/msc-project
💲 WebST - Terminal on the web.
https://github.com/ayush-that/msc-project
css html javascript nextjs project terminal typescript vercel
Last synced: 6 days ago
JSON representation
💲 WebST - Terminal on the web.
- Host: GitHub
- URL: https://github.com/ayush-that/msc-project
- Owner: ayush-that
- License: mit
- Created: 2023-10-13T17:01:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-14T12:08:45.000Z (about 1 year ago)
- Last Synced: 2024-11-20T21:43:43.426Z (2 months ago)
- Topics: css, html, javascript, nextjs, project, terminal, typescript, vercel
- Language: TypeScript
- Homepage: https://mscproject-drab.vercel.app/
- Size: 5.86 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## WebST [BETA]
WebST is web-based terminal interface that replicates the experience of the st terminal found on my Arch Linux PC. It supports over 50 unique commands.![Screenshot_20231024_123500](https://github.com/ayush-that/mscproject/assets/110257939/7c1c3076-4ec8-4962-aafe-2983bc70bd0b)
#### Made Using:
![Arch](https://img.shields.io/badge/Arch%20Linux-1793D1?logo=arch-linux&logoColor=fff&style=for-the-badge)
![Neovim](https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Shell Script](https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge&logo=gnu-bash&logoColor=white)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white)
![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)#### Running Locally
```bash
git clone https://github.com/ayush-that/mscproject.git
cd mscproject
yarn dev
```