Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Latest commit

 

History

History
53 lines (42 loc) · 1.61 KB

README.md

File metadata and controls

53 lines (42 loc) · 1.61 KB

STEEMBLR

https://steemblr.com

Open source social media app based on steem blockchain. Read more here website.png

Setup

first setup and run api from this repo https://github.com/snwolak/steemblr_api
git clone https://github.com/snwolak/steemblr.git
cd steemblr
create .env files
yarn
yarn start

Env files

Create .env.development.local in root folder and enter necessary variables

NODE_PATH = src/
REACT_APP_LOGIN_URL = http://localhost:3000/redirect
REACT_APP_GOOGLE_FONTS_API =
//ENTER YOUR FIREBASE API
REACT_APP_FIREBASE_API =
REACT_APP_FIREBASE_AUTH_DOMAIN =
REACT_APP_FIREBASE_DATABASE_URL =
REACT_APP_FIREBASE_PROJECT_ID =
REACT_APP_FIREBASE_STORAGE_BUCKET =
REACT_APP_FIREBASE_MESSAGING_SENDER_ID =
//ENTER FIREBASE FUNCTION URL HERE
REACT_APP_FIREBASE_TOKEN_URL =
REACT_APP_FIREBASE_CREATE_PROFILE =
REACT_APP_FIREBASE_CREATE_PROFILE_STEEM =
REACT_APP_FIREBASE_EDIT_THEME =
REACT_APP_FIREBASE_SEND_COMMENT =
REACT_APP_FIREBASE_UPVOTE_POST =
REACT_APP_FIREBASE_FOLLOW =
REACT_APP_FIREBASE_UPVOTE_STEEM_POST =
REACT_APP_FIREBASE_SAVE_USER_SETTINGS =

Contribution

If you want to contribute get in touch on my discord channel https://discord.gg/hHmZgk6.

License

MIT License Copyright (c) 2018-present, Szymon Wolak