Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
1. Installation Instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
taufiksu committed May 21, 2020
1 parent b35fc85 commit baccb08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# Pro7
Integrated Development Environment for build Progressive Web Application (PWA) based on Framework7. It enables user to design, develop, debug, test, and release application quickly.

## Instalation
1. Download executable release.
2. Open cmd/terminal on your computer.
3. Install some packages using bellow command to support your app building.
```sh
npm install -g yarn
yarn global add serve
```
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pro7",
"productName": "Pro7",
"version": "1.1.5",
"version": "0.0.1",
"description": "Pro7 is Integrated Development Environment for build Progressive Web Application (PWA) based on Framework7. It enables user to design, develop, debug, test, and release application quickly.",
"main": "main.js",
"scripts": {
Expand All @@ -14,8 +14,7 @@
"build": {
"appId": "com.nowdb.pro7",
"dmg": {
"contents": [
{
"contents": [{
"x": 110,
"y": 150
},
Expand All @@ -33,7 +32,7 @@
},
"win": {
"icon": "www/img/logo.png",
"target": "portable"
"target": "nsis"
}
},
"publish": "never",
Expand Down Expand Up @@ -85,4 +84,4 @@
"url": "https://github.com/NowDB/Pro7/issues"
},
"homepage": "https://github.com/NowDB/Pro7#readme"
}
}

0 comments on commit baccb08

Please sign in to comment.