Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
asaccool committed Jul 18, 2019
1 parent 6b82d79 commit b97686d
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# pskruntime
Example git repository project. Use it as a template for creating privatesky domains
Example repository project. Use it as a template for creating <b>PrivateSky</b> domains

At new releases of privateSky the clones of the pskruntime will update the code in psknode.
# Table of Contents
1. [Introduction](#introduction)
2. [Scripts](#scripts)

package.json contains the scripts to run:
## Introduction
When a new version of PrivateSky code will be released the clones of the pskruntime will update the code in psknode.

npm run : will run a privateSky node
npm build: will build the code for the domain and deply in the current domain
npm watch: will automatically build the code for the domain and deploy
npm console: will launch a bash or cmd with paths to run pskadmin tools
## Scripts
The following scripts are available to run:



``` npm run start ``` will run a PrivateSky node
``` npm run build ``` will build the code for the domain and deply in the current domain
``` npm run watch ``` will automatically build the code for the domain and deploy
``` npm run console ``` will launch a bash or cmd with paths to run pskadmin tools

0 comments on commit b97686d

Please sign in to comment.