Skip to content
/ memex Public
forked from steve-1820/memex

A brief POC of what a Memex could potentially be.

License

Notifications You must be signed in to change notification settings

MAAliy/memex

 
 

Repository files navigation

Intro

This a POC on how a memex could potentially work.

Demo

Streaming data from browser to Electron app: https://vimeo.com/456346417

Knowledge map for notes discovery: https://vimeo.com/455978016

Rich text editor to write notes: https://vimeo.com/456732222

Motivation

Read the full blog article here: https://www.steveliu.co/memex

Install

First, clone the repo via git and install dependencies:

git clone https://github.com/steve-1820/memex.git
cd memex
yarn

Starting Development

NOTE: Please first clone and run the companion Chrome Extension (https://github.com/steve-1820/memex-chrome-extension) so that your user behaviour (i.e blogs you read etc and highlights) are streamed to the Electron app.

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

yarn dev

Packaging for Production

To package apps for the local platform:

yarn package

License

MIT Licence

About

A brief POC of what a Memex could potentially be.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.5%
  • Less 8.8%
  • JavaScript 7.4%
  • Other 1.3%