项目作者: zohoMatt

项目描述 :
Yet another more efficient plot tool for PFAS adsorption processing Pore-Surface Diffusion Model.
高级语言: TypeScript
项目地址: git://github.com/zohoMatt/gacha.git
创建时间: 2020-04-28T20:54:56Z
项目社区:https://github.com/zohoMatt/gacha

开源协议:GNU General Public License v3.0

下载


GACha












Yet another more efficient plotting tool for PFAS adsorption processing Pore-Surface Diffusion Model.

[master] Build Status

Instructions

Development

Getting started

Run in 2 separate shell sessions (Recommended)

  1. npm run dev-renderer
  2. npm run dev-main

OR

  1. npm run start-dev

Unit Testing (currently absent)

  1. npm test

Packaging

Build for current platform:

  1. npm run dist

Use electron-bulder CLI options like:

  1. # build for all platforms (Windows, Linux, Mac)
  2. npm run dist -- -mwl