Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewiom/dendro-mill
Software to run the Oxford wood micromill.
https://github.com/andrewiom/dendro-mill
dendroecology electron-app elm fable laboratory openbuilds
Last synced: 19 days ago
JSON representation
Software to run the Oxford wood micromill.
- Host: GitHub
- URL: https://github.com/andrewiom/dendro-mill
- Owner: AndrewIOM
- License: apache-2.0
- Created: 2017-03-30T13:58:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T13:51:01.000Z (over 6 years ago)
- Last Synced: 2024-11-13T07:46:50.345Z (3 months ago)
- Topics: dendroecology, electron-app, elm, fable, laboratory, openbuilds
- Language: F#
- Size: 833 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.MD
- License: LICENSE
Awesome Lists containing this project
README
# Oxford Dendro-Micromill Software
Cross platform software to control a micromill for dendroecological analyses.
## Requirements
* [dotnet SDK](https://www.microsoft.com/net/download/core) 2.0 or higher
* [node.js](https://nodejs.org) 6.11 or higher
* [yarn](https://yarnpkg.com)On macOS and Linux you'll need [Mono](http://www.mono-project.com/) for other F# tooling like Paket or editor support.
## Building and running the app
* Install JS dependencies: `yarn install`
* Install F# dependencies: `dotnet restore`
* Rebuild dependencies: `yarn run electron-rebuild`
* Start Fable daemon and [Webpack](https://webpack.js.org/): `yarn start`
* In another terminal, run: `yarn run launch`> The first two steps are only necessary the first time or whenever the dependencies change.
The app window will be refreshed when you modify any file in the Renderer project. For production, run `yarn run build` to get optimized JS code.