-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |