This project is discontinued. See Creary Project
nvm install v8.9.0
- Use node v8.9.0 to compile.sudo npm install -g electron
- Install electron globally so you can use it from command-line. If you have an issue when you try install electron so usesudo npm install -g electron --unsafe-perm=true --allow-root
../update.sh
orupdate.bat
- Install app dependencies.
- Launch dev app:
<app_path>$ electron .
- More documentation of electron here.
npm run compile
.
- Uses electron-builder to compile.
GNU GPLv3
Creativechain 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.
Creativechain 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 Creativechain. If not, see <http://www.gnu.org/licenses/gpl.html>.
Creative Commons License BY-SA 4.0
Your are free to:
- Copy and redistribute the material in any medium or format.
- Remix, transform, and build upon the material for any purpose, even commercially.
Under the follwing terms:
1 - Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
2 - ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under
the same license as the original.
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others
from doing anything the license permits.