DReddit DApp used for the Embark 4 demo at EDCON 2019.
Go to file
emizzle 9ef1449e18
fix tests
2019-05-21 14:05:29 +10:00
contracts fix tests 2019-05-21 14:05:29 +10:00
embarkConfig Initial DReddit commit 2019-04-09 12:47:13 +10:00
public Branding updates 2019-04-09 14:04:01 +10:00
src Update header and readme 2019-04-12 12:12:09 +10:00
test fix tests 2019-05-21 14:05:29 +10:00
.gitignore Branding updates 2019-04-09 14:04:01 +10:00
README.md Update header and readme 2019-04-12 12:12:09 +10:00
embark.json Initial DReddit commit 2019-04-09 12:47:13 +10:00
package.json fix tests 2019-05-21 14:05:29 +10:00
yarn.lock fix tests 2019-05-21 14:05:29 +10:00

README.md

DReddit Demo for EDCON 2019

This project was bootstrapped with Create React App. It uses Embark to run all other decentralised services (ie Geth, IPFS, Whisper, etc).

Getting started

In the project directory, run:

npm start

In another terminal, run:

embark run

Available scripts

Runnable scripts on this project include:

embark run

This starts the Embark process and all of it's associated decentalised services. Please see the Embark documentation for more information.

npm start

Runs Create React App in the development mode.
Open http://localhost:3001 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify