https://github.com/devblin/companion
https://github.com/devblin/companion
material-ui reactjs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devblin/companion
- Owner: devblin
- Created: 2021-03-22T06:27:39.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-05-02T08:01:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T09:46:26.789Z (about 1 year ago)
- Topics: material-ui, reactjs
- Language: JavaScript
- Homepage: https://compan-ion.netlify.app
- Size: 2.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Companion
This app detects the users's emotion by asking various questions and helps them learn about their emotions and understand them through articles, videos and biblical phrases, which may help the user to gain peace, and have control over their emotions.


## Install Dependencies:
```
$ npm i
```
## ENV:
Create .env in root dir:
```
REACT_APP_PARALLELDOTS_API = XXXX
```
## Run App (Local):
```
$ npm start
```
By default app will run at port 3000.
## Production Build:
```
$ npm run build
```
## To Deploy Using Netlify:
> Make sure you have `netlify-cli` installed:
> ```
> $ netlify -v
> netlify-cli/3.24.3 linux-x64 node-v12.22.1
> ```
> To install `netlify-cli`:
> ```
> $ npm i -g netlify-cli
> ```
To get draft URL:
```
$ netlify deploy
```
To deploy in production:
```
$ netlify deploy --prod
```