Awesome
There is exciting news at ODIN - C2IS: We have released the successor to ODIN: ODINv2
While currently in its early infancy, ODIN aims to become an Open Source alternative to industry-led commercial Command and Control Information Systems. Our main goal is simplicity. Coming from a military background, we think it's time for a paradigm shift. Together with a vibrant community, we want to lead the way towards lightweight and user-friendly systems.
For details and tutorials please visit the ODIN project website.
Contributing
If you are interested in raising ODIN to become big and strong, there are several ways you can help: Feature request, bugs and other backlog items can be reported in the issues section of the repository. Pull requests are also highly appreciated. And finally, any form of testing and feedback is welcome.
Please also see our Code of Conduct.
Getting started
Clone repository, install dependencies then build and start the application.
git clone https://github.com/syncpoint/ODIN.git
npm install
npm run webpack; npm start
Binaries
To create Windows or macOS binaries, webpack first for production, then build package with electron-builder.
npm run webpack:production
npm run builder:win
ornpm run builder:mac
Development mode (hot deployment for renderer only)
Create main and renderer bundles first, then start development server (for renderer only).
npm run webpack
npm run hot
License
Copyright (c) Syncpoint GmbH. All rights reserved.
Licensed under the MIT License.
When using the ODIN or other GitHub logos, be sure to follow the GitHub logo guidelines.