A file manager and downloader. Allows tracking of files for accession and uploading to a remote database. As this project gets closer to completion, this repo will be updated with database specs, so that anyone may use this software.
Thanks to @Devtography, for providing a working boilerplate for React/Electron! View his project here.
// execute
git clone https://github.com/dmf444/ArchiveManager.gitThen install all the node_modules needed by executing the following command:
cd ArchiveManager\
npm installFinally execute the following command to start Webpack in development mode and watch the changes on source files for live rebuild on code changes.
npm run devThe npm run dev command won't start your app and get your app shows on the
screen. To start your app, execute the following command:
npm startThe SMCS Archives Manager is open source software licensed as GPLv3.