A stream of assets from peers across the Mozilla Network
Перейти к файлу
Mavis Ou ca97cef688 Related to #305 - forgot to update Procfile in the previous commit 2017-01-11 13:45:45 -08:00
assets Fixes #303 - 404 page 2017-01-10 11:44:42 -08:00
components Fixes #303 - 404 page 2017-01-10 11:44:42 -08:00
js fixes merge conflicts 2016-12-21 16:20:23 -08:00
pages Related to #305 - added react-router to server side 2017-01-11 11:52:47 -08:00
scss Fixes #303 - 404 page 2017-01-10 11:44:42 -08:00
.babelrc fixes merge conflicts 2016-12-21 16:20:23 -08:00
.eslintrc.yaml fixes merge conflicts 2016-12-21 16:20:23 -08:00
.gitignore fixes merge conflicts 2016-12-21 16:20:23 -08:00
.stylelintrc fixes merge conflicts 2016-12-21 16:20:23 -08:00
Procfile Related to #305 - forgot to update Procfile in the previous commit 2017-01-11 13:45:45 -08:00
README.md Fixes #260 - updated README.md for v2 app 2017-01-09 15:32:40 -08:00
favicon.png relates to #241, #242 - updated favicons 2017-01-03 18:09:04 -08:00
index.html Fixes #271 - links to fira.css 2017-01-04 12:32:29 -08:00
main.jsx Related to #305 - added react-router to server side 2017-01-11 11:52:47 -08:00
manifest.json relates to #241, #242 - updated favicons 2017-01-03 18:09:04 -08:00
package.json Related to #305 - added react-router to server side 2017-01-11 11:52:47 -08:00
routes.jsx Related to #305 - added react-router to server side 2017-01-11 11:52:47 -08:00
server.js Related to #305 - added react-router to server side 2017-01-11 11:52:47 -08:00
webpack.config.js fixes merge conflicts 2016-12-21 16:20:23 -08:00
webpack.server.config.js Related to #305 - added react-router to server side 2017-01-11 11:52:47 -08:00

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

Production

🔷 v2, React-based (upcoming)

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.