- Notifications
You must be signed in to change notification settings - Fork16
An attempt to recreate the major parts of Roam for offline use
cofinley/free-roam
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Currently a work in progress. Seeissues for work left to do.
You can test drive it athttps://cofinley.github.io/free-roam/
ARoam clone. One that is:
- free
- offline
- not a cult
- I wanted to learn React
- I don't like apps which slap on cloud storage/sync to justify SaaS monthly pricing models
- "That doesn't sound too difficult" famous last words
Since the app is self-contained, it can be built as a static bundle and hosted on Github Pageshere. And since it's static, you can use it as a sandbox where each your edits are only visible to you. The data is local to your browser.
That being said, the app does not (currently) persist data between browser sessions, souse the save/load buttons in the left sidebar if you want to persist your work.
Runyarn start
in the project directory. This runs the app in the development mode.
Openhttp://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
If you'd like to run the build locally, seecurrent releases. Just download thebuild.zip
, unzip it, open theindex.html
and enjoy! Again, save and load your data in-between sessions.
If you'd like to build it yourself, runyarn build
. This will override the homepage from the Github pages URL to"./"
so that you can use it locally.
Testing is on the todo list, as soon as I learn best practice for React + Redux.
Runyarn test
Launches the test runner in the interactive watch mode.
See the section aboutrunning tests for more information.
About
An attempt to recreate the major parts of Roam for offline use