Skip to content

webianproject/shell-touch

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Webian Shell

A graphical shell for the web (touch version).

Building

To get started hacking on Webian Shell first make sure that you have Git installed.

Clone the repository from GitHub:

$ git clone https://github.com/webianproject/shell-touch.git
$ cd shell-touch

Build for Linux desktop

To build for Linux desktop, first make sure that you have Node.js and npm installed.

We recommend using nvm to install the version of Node.js and npm listed in the .nvmrc file of this repository:

$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
$ . ~/.bashrc
$ nvm install
$ nvm use

Install dependencies:

$ npm install

Start the application:

$ npm start

The shell should start up full screen.

License

Webian Shell is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Webian Shell is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Webian Shell in the LICENSE file. If not, see http://www.gnu.org/licenses/.

About

Webian Shell - A graphical shell for the web (touch version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published