Skip to content

The Ultimate Information, News and Media Archiver and Aggregator

Notifications You must be signed in to change notification settings

martinshaw/marchive

Repository files navigation


Marchive

The Ultimate Information, News and Media Archiver and Aggregator


Install

Clone the repo and install dependencies:

git clone https://github.com/martinshaw/marchive.git marchive
cd marchive
pnpm install

Monorepo Structure

The Marchive codebase is structured as a monorepo which separates areas of functionality, eliminate duplicated code and ensures that all functionality is available regardless of the type of process which is accessing the it (e.g. the renderer and main process under the Electron environment, and spawned / forked child processes, cross-process database setup and fast cross-process logging calls).

  • packages/electron-app - The Electron app which provides the user interface and manages the app's main and renderer processes under the Electron environment.

  • packages/database - The database package which provides a cross-process database setup, migration, model classes, serialized model data types, and Sequelize ORM-related functionality.

  • packages/logger - The logger package which provides a cross-process logging setup, log level functions, configuration, formatting, and rotation provided by the Winston logging library.

  • packages/utilities - The utilities package which provides a cross-process convenience functions, types, and constants.

Starting Development

Start the app in the dev environment:

pnpm run start

Packaging for Production

To package apps for the local platform:

pnpm run package

About

The Ultimate Information, News and Media Archiver and Aggregator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published