jeffcarp / rcrd

A human memory exoskeleton
https://www.rcrd.org/
6 stars 2 forks source link

rcrd

rcrd is an exoskeleton for human memory. It aspires to be an easy way to record and recall the nouns in your life.

Build Status


:rotating_light: Note: this repository is currently in a state of flux! If you want to learn more about the current status, please contact me.

Development

Running rcrd

rcrd comes with a development server and mock seed data. That is the easiest way to get started.

npm install
API=local npm start

The server will start at localhost:8000.

Directory structure

- browser     JS modules that run on app.rcrd.org
- docs        future home of more documenatation
- ios         simple iOS wrapper app for app.rcrd.org
- lambda      AWS Lambda function & modules
- scripts     utility scripts (deploy, data migrations)
- server      development server
- static      HTML, CSS, and built JS for app.rcrd.org
- test        all tests
- www         static site that lives at www.rcrd.org