Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An attempt to recreate the major parts of Roam for offline use

NotificationsYou must be signed in to change notification settings

cofinley/free-roam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/

What

ARoam clone. One that is:

  • free
  • offline
  • not a cult

Why

  • 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

Notes

Data Persistence

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.

Local Development

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.

Local Builds

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

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.


[8]ページ先頭

©2009-2025 Movatter.jp