/notes-together

Get routine info out of your head! Toss in text and pictures. Be confident you can find any note on any device. Take control of your data with remoteStorage. Never spend time tidying up — unless you want to!

Primary LanguageJavaScript

Notes Together

A web app for taking notes (or copied snippets of text or pictures) and recalling them by context: any words in them, or the date. It applies the same styles to typed and pasted text, so your notes look professional. It really shines when you have hundreds or thousands of notes.

Data is backed-up and synced with other devices using remoteStorage so you control where your data is stored.

Using

Surf to https://notestogether.hominidsoftware.com/

Development Setup

Ensure your version of Node is v14 or later, and npm is v8 or later.

Development

cd to the directory, then npm install to retrieve dependencies

npm run test to run automated tests

npm run start to run it locally

npm run build to build for production and push to the beta-testing server at notes-together.surge.sh

npm run deploy to copy the built version to the production server at https://notestogether.hominidsoftware.com

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify