https://github.com/arsho/terminal
Web app using React to give it a terminal flavor. (Development in progress)
https://github.com/arsho/terminal
Last synced: 3 months ago
JSON representation
Web app using React to give it a terminal flavor. (Development in progress)
- Host: GitHub
- URL: https://github.com/arsho/terminal
- Owner: arsho
- License: mit
- Created: 2018-08-02T20:45:13.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-10T17:25:02.000Z (over 3 years ago)
- Last Synced: 2025-03-23T01:33:34.873Z (over 1 year ago)
- Language: JavaScript
- Size: 2.26 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Terminal
========

Web application that fascinated with terminal behavior.
Proof of concept can be viewed in [https://datamate.github.io/](https://datamate.github.io/)
#### Install pacakges
Install packages using ```yarn```
```bash
yarn install
```
#### Run project
- Run using yarn
```bash
yarn start
```
- Run using NPM
```bash
npm start
```
#### Create optimized production build
- Build using yarn
```bash
yarn build
```
- Build using NPM
```bash
npm run build
```
#### Deployment
- Update the production site git information in `deploy.sh`
```
git remote add origin YOUR_GIT_ORIGIN_URL
```
- Change permission of the file `deploy.sh`:
```
chmod 777 deploy.sh
```
- Deploy the site:
```
./deploy.sh
```
#### Development Status
3 - Alpha
#### Development Status Phases
1. Planning
2. Pre-Alpha
3. Alpha
4. Beta
5. Production/Stable
6. Mature
7. Inactive
**Author**: [Ahmedur Rahman Shovon](https://arshovon.com)