Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

NadavTasher/Webappify-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webappify

Webappify is an open-source application creation and deployment platform, mainly targeting web developers.

Installation

Method 1: Using the Docker Hub repository

Install docker on your machine.

Run the following command:

docker run -p 80:80 --name webappify-container --restart unless-stopped -d nadavtasher/webappify:latest

Method 2: Building a docker image from source

Install docker on your machine.

Clone the repository or download the latest release, enter the extracted directory, then run the following commands:

docker build . -t webappify
docker run -p 80:80 --name webappify-container --restart unless-stopped -d webappify

Usage

Open http://address on a computer or a phone, and start making apps!

Contributing

Pull requests are welcome, but only for smaller changer. For larger changes, open an issue so that we could discuss the change.

Bug reports and vulnerabilities are welcome too.

License

MIT