ca97cef688 | ||
---|---|---|
assets | ||
components | ||
js | ||
pages | ||
scss | ||
.babelrc | ||
.eslintrc.yaml | ||
.gitignore | ||
.stylelintrc | ||
Procfile | ||
README.md | ||
favicon.png | ||
index.html | ||
main.jsx | ||
manifest.json | ||
package.json | ||
routes.jsx | ||
server.js | ||
webpack.config.js | ||
webpack.server.config.js |
README.md
Network Pulse
This is a prototype to test a few ideas on how to gather a stream of things created by a network of people and organizations. The goals: keep friction low to maximize input; optimize signal and noise to surface interesting projects. The theory: do this well and more instances of collaboration and innovation will emerge from the network.
🔷 v1, jQuery-based (current)
Staging
master
branch- http://network-pulse.mofostaging.net
Production
gh-pages
branch- https://mozilla.github.io/network-pulse
🔷 v2, React-based (upcoming)
- https://pulse-react.herokuapp.com
- Work is happening in the
react
branch. - Relevant tickets are marked with the
v2 (upcoming)
label.
Requirements for Development
node
npm
Setup for Development
git clone -b react https://github.com/mozilla/network-pulse.git
cd network-pulse
npm install
npm start
🔷 More info
🔷 Contribute
You can contribute by testing the prototype to view or submit a project. File issues with bugs or suggestions.