Baythium note maker for all needs
# Bring your project from code to your web browser
npm run start
npm run build
timestamp=$(date +%s)
docker build . --rm --file dockerfile --tag baythium-ecosystem/baythium-note_client:$timestamp
docker run -d --name baythium-note_client --expose 10091 --net baythium-network-1 -e "VIRTUAL_HOST=note.baythium.com,note.bayesianflow.space" --restart=on-failure:3 baythium-ecosystem/baythium-note_client:$timestamp
- https://github.com/facebook/create-react-app
- https://github.com/markedjs/marked
- https://github.com/RIP21/react-simplemde-editor
- https://dexie.org
- https://ant.design
- https://github.com/reduxjs/redux-thunk
- https://github.com/rafaelmotta/create-react-app-boilerplate
- https://github.com/dfahlander/Dexie.js/blob/master/samples/react/src/db.js
- https://golb.hplar.ch/2018/01/IndexedDB-programming-with-Dexie-js.html
- https://dexie.org/docs/Dexie/Dexie