diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..5592767af6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "editor.tabSize": 2, + "editor.detectIndentation": false +} \ No newline at end of file diff --git a/README.md b/README.md index 49085ffd43..38ee9d94d2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Condenser is the react.js web interface to the world's first and best +<<<<<<< HEAD blockchain-based social media platform, steemit.com. It uses [STEEM](https://github.com/steemit/steem), a blockchain powered by DPoS Governance and ChainBase DB to store JSON-based content for a plethora of web applications. @@ -13,13 +14,29 @@ applications. content storage mechanism in react.js * Reviewing the inner workings of the steemit.com social media platform * Assisting with software development for steemit.com +======= +blockchain-based social media platform, steem.town. It uses +[STEEM](https://github.com/SteemDevs/steem), a blockchain powered by DPoS Governance and ChainBase DB to store JSON-based content for a plethora of web +applications. + +## Why would I want to use Condenser (steem.town front-end)? + +* Learning how to build blockchain-based web applications using STEEM as a + content storage mechanism in react.js +* Reviewing the inner workings of the steem.town social media platform +* Assisting with software development for steem.town +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b ## Installation #### Docker We highly recommend using docker to run condenser in production. This is how we run the +<<<<<<< HEAD live steemit.com site and it is the most supported (and fastest) method of +======= +live steem.town site and it is the most supported (and fastest) method of +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b both building and running condenser. We will always have the latest version of condenser (master branch) available on Docker Hub. Configuration settings can be set using environment variables (see configuration section below for @@ -109,7 +126,11 @@ yarn run start It will take quite a bit longer to start in this mode (~60s) as it needs to build and start the webpack-dev-server. +<<<<<<< HEAD By default you will be connected to steemit.com's public steem node at +======= +By default you will be connected to steem.town's public steem node at +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b `wss://steemd.steeemit.com`. This is actually on the real blockchain and you would use your regular account name and credentials to login - there is not an official separate testnet at this time. If you intend to run a diff --git a/config/default.json b/config/default.json index 6059d395af..cad20065a0 100644 --- a/config/default.json +++ b/config/default.json @@ -19,7 +19,11 @@ "reportOnly": false, "setAllHeaders": true }, +<<<<<<< HEAD "img_proxy_prefix": "https://steemitdevimages.com/", +======= + "img_proxy_prefix": "https://steemitimages.com/", +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b "ipfs_prefix": false, "mixpanel": false, "notify": { @@ -33,7 +37,11 @@ "server_session_secret": "exiKdyF+IwRIXJDmtGIl4vWUz4i3eVSISpfZoeYc0s4=", "session_cookie_key": "stm-dev", "session_key": "steemses", +<<<<<<< HEAD "site_domain": "steemitdev.com", +======= + "site_domain": "steem.town", +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b "upload_image": false, "steemd_connection_client": "https://api.steemit.com", "steemd_connection_server": "https://api.steemit.com", @@ -43,7 +51,11 @@ "conveyor_posting_wif": false, "conveyor_username": false, "special_posts_url": false, +<<<<<<< HEAD "wallet_url": "https://wallet.steemitdev.com", +======= + "wallet_url": "https://wallet.steem.town", +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b "gpt_banned_tags": ["nsfw", "tante"], "google_ad_enabled": null, "google_ad_test": null, diff --git a/package.json b/package.json index 5e8f11a1e1..2bc5c8a997 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { +<<<<<<< HEAD "name": "steemit.com", "repository": { "type": "git", @@ -6,6 +7,15 @@ }, "version": "1.0.0", "description": "steemit.com is the koa web server & middleware and react.js in-browser code for the world's first blockchain content + social media monetization platform!", +======= + "name": "steem.town", + "repository": { + "type": "git", + "url": "https://github.com/therealwolf42/condenser.git" + }, + "version": "1.0.0", + "description": "steem.town is the koa web server & middleware and react.js in-browser code for the world's first blockchain content + social media monetization platform!", +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b "main": "index.js", "scripts": { "build": "NODE_ENV=production webpack --config ./webpack/prod.config.js && rm -rf ./lib && babel src --out-dir lib -Dq", @@ -86,7 +96,11 @@ "mixpanel": "0.5.0", "net": "1.0.2", "node-cache": "^4.2.0", +<<<<<<< HEAD "node-sass": "4.9.0", +======= + "node-sass": "^4.13.1", +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b "os": "0.1.1", "picturefill": "3.0.2", "qrious": "^4.0.2", diff --git a/src/app/assets/icons/logo.svg b/src/app/assets/icons/logo.svg index 646570d283..570adc19f3 100644 --- a/src/app/assets/icons/logo.svg +++ b/src/app/assets/icons/logo.svg @@ -1,3 +1,4 @@ +<<<<<<< HEAD \ No newline at end of file + +======= + +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b diff --git a/src/app/assets/icons/steem.svg b/src/app/assets/icons/steem.svg index c76eb79572..ad37d526f2 100644 --- a/src/app/assets/icons/steem.svg +++ b/src/app/assets/icons/steem.svg @@ -1,4 +1,5 @@ +<<<<<<< HEAD \ No newline at end of file + +======= + +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b diff --git a/src/app/assets/images/favicons/android-chrome-512x512.png b/src/app/assets/images/favicons/android-chrome-512x512.png new file mode 100644 index 0000000000..e5b86a5d34 Binary files /dev/null and b/src/app/assets/images/favicons/android-chrome-512x512.png differ diff --git a/src/app/assets/static/manifest.json b/src/app/assets/static/manifest.json index e01009fda3..82c69db87a 100644 --- a/src/app/assets/static/manifest.json +++ b/src/app/assets/static/manifest.json @@ -1,6 +1,11 @@ { +<<<<<<< HEAD "name": "Steemit", "short_name": "Steemit", +======= + "name": "SteemTown", + "short_name": "SteemTown", +>>>>>>> 1bc71ede40cbd3af6dd3c52b00dfd57e7324901b "theme_color": "#FFFFFF", "background_color": "#FFFFFF", "start_url": "/", diff --git a/src/app/assets/static/search.html b/src/app/assets/static/search.html index e9284507d1..a4f75e5e78 100644 --- a/src/app/assets/static/search.html +++ b/src/app/assets/static/search.html @@ -3,7 +3,11 @@ +<<<<<<< HEAD