Skip to content
/ terminal Public

Web app using React to give it a terminal flavor. (Development in progress)

License

Notifications You must be signed in to change notification settings

arsho/terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal

alt Terminal

Web application that fascinated with terminal behavior.

Proof of concept can be viewed in https://datamate.github.io/

Install pacakges

Install packages using yarn

yarn install

Run project

  • Run using yarn

    yarn start
  • Run using NPM

    npm start

Create optimized production build

  • Build using yarn

    yarn build
  • Build using NPM

    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

About

Web app using React to give it a terminal flavor. (Development in progress)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published