Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juhom205 authored Jan 28, 2022
1 parent 34b8bba commit 7ce1ae1
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,23 +102,30 @@ This is an example of how to list things you need to use the software and how to
3. [Create Firebase Project](https://console.firebase.google.com/u/0/)
4. Add Firebase to your Web-App (Create App/Platform) and copy the config
5. Paste the config in `src/firebase.js`
```js
const firebaseConfig = {
Enter your Config here
};
```
```js
const firebaseConfig = {
Enter your Config here
};
```
7. Enable Cloud Firestore
8. Enable Authentication & Select Google (easiest & simplest way)
9. Modify `src/firebase.js`
9. Run the app
```sh
yarn start
```
10. Build the app (optional)
```sh
yarn build
```



<!-- USAGE EXAMPLES -->
## Usage

Beautiful responsive design
<img src="https://i.imgur.com/v1gSm5R.png" />
<img src="https://i.imgur.com/Kvu3Eam.png" />
<img src="https://i.imgur.com/V9W4aNl.png" />
<img src="https://i.imgur.com/D89ZZe0.png" />
Showing results in an useful way
<img src="https://i.imgur.com/kIaOSie.png" />
Pagination
Expand All @@ -140,10 +147,11 @@ See the [open issues](https://github.com/jusoftdev/teamify/issues) for a list of
<!-- todo -->
## Todo

* Image Search
* Video Search
* News
* Settings
* Threads
* Apps
* File Browser
* User Groups
* Mentions & Reactions



Expand Down

0 comments on commit 7ce1ae1

Please sign in to comment.