remove react-scripts, change build commands

This commit is contained in:
gillkyle
2021-04-24 12:12:47 -06:00
parent c96f79726c
commit 33a4b394d8
4 changed files with 135 additions and 3423 deletions

View File

@@ -33,7 +33,7 @@ Sol Journal uses firebase to support offline functionality and authentication, m
## Features
In the spirit of minimalism, key features are what are in place for a quick, lightweight journaling experience that can work across devices, including:
In the spirit of minimalism, a few key features are in place for a quick, lightweight journaling experience that can work across devices, including:
- 🔥 Authentication: Cloud firestore persists registered users to a users document and saved journal entries to an entries document
- 🎨 Theming: the `src/styles/theme.js` file contains a set of colors and default styles that are applied to components with Emotion. A default light and dark theme are already in the file (adding [theme-ui](https://theme-ui.com/) support would be a great future addition)