https://github.com/openmined/openmined-website
The OpenMined website...
https://github.com/openmined/openmined-website
javascript web
Last synced: 7 months ago
JSON representation
The OpenMined website...
- Host: GitHub
- URL: https://github.com/openmined/openmined-website
- Owner: OpenMined
- License: apache-2.0
- Created: 2017-11-20T07:11:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T21:30:28.000Z (over 1 year ago)
- Last Synced: 2025-06-07T00:41:13.884Z (7 months ago)
- Topics: javascript, web
- Language: JavaScript
- Homepage: https://openmined.org
- Size: 9.73 MB
- Stars: 42
- Watchers: 15
- Forks: 17
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenMined Website
Welcome to the OpenMined website! It's our goal here to accurately and beautifully explain the vision of the OpenMined project to all contributors past, present, and future.
## Design Disclaimer
Generally speaking, design and copy changes (other than bugs and typos) should be done by a UI designer within the OpenMined community. This work should be publicly discussed in Slack before it is implemented. All pull requests of a visual nature that aren't directly related to an existing issue will likely be denied and closed. OpenMined believes that good, intuitive design is at the core of the AI revolution, so we take these values and their implementation very seriously.
## Installation & Development
This is a React application based on the [Create React App](https://github.com/facebookincubator/create-react-app) starter application. For information on Create React App, or to get the project running on your machine, **please refer to their documentation**.
To run locally with hot reloading, run `npm run start`. To run locally with server-side rendering enabled, run `npm run build` and then `npm run serve` to start the server.
## Contributing
Please read the "Design Disclaimer" above first before trying to contribute. We welcome any and all visual issues, bugs, typos, and obvious mistakes to be submitted by pull request. For all other changes, please first open a Github issue on this repository and it will be reviewed by a member of the design and marketing team before development is approved.