All Projects → reactjs → mn.reactjs.org

reactjs / mn.reactjs.org

Licence: CC-BY-4.0 License
(Work in progress) React documentation website in Mongolian

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to mn.reactjs.org

riven-mirror
极镜 - the impressive warframe tool site
Stars: ✭ 72 (+118.18%)
Mutual labels:  website
pokeapi.co
The PokéAPI documentation website
Stars: ✭ 66 (+100%)
Mutual labels:  website
ish.app
The iSH website
Stars: ✭ 66 (+100%)
Mutual labels:  website
bacnet
BACNET is a Java based platform to develop website for multi-omics analysis
Stars: ✭ 12 (-63.64%)
Mutual labels:  website
dante-gui
Dante Server (SOCKS5 Proxy) Web Interface (Telegram ready)
Stars: ✭ 31 (-6.06%)
Mutual labels:  website
gw2treasures.com
Guild Wars 2 database
Stars: ✭ 15 (-54.55%)
Mutual labels:  website
common-lispers.hexstreamsoft.com
Discover Common Lisp open-source contributors and their best contributions! Add yourself!
Stars: ✭ 14 (-57.58%)
Mutual labels:  website
MSC-Website
mlsctiet.co.in/
Stars: ✭ 19 (-42.42%)
Mutual labels:  website
Self-Driving-Car
Lane Detection for Self Driving Car
Stars: ✭ 14 (-57.58%)
Mutual labels:  website
podcast
Website of the Programming Podcast
Stars: ✭ 26 (-21.21%)
Mutual labels:  website
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (+33.33%)
Mutual labels:  website
http-simple-cheatsheet
Simple HTTP status codes cheatsheet 🦄
Stars: ✭ 18 (-45.45%)
Mutual labels:  website
My-Alternate-Portfolio-Website
Portfolio Website generated using Jekyll, Sass, and Gulp.js, to showcase my web presence, résumé, story, & featured projects with a Particle.js aligned theme.
Stars: ✭ 127 (+284.85%)
Mutual labels:  website
Wedding
A basic wedding website I created for myself and Bec using the Bulma CSS framework, Particles.js, jQuery.countdown, Google Satisfy Font and FontAwesome icons.
Stars: ✭ 26 (-21.21%)
Mutual labels:  website
x-frame-options
x-frame-options bypass
Stars: ✭ 29 (-12.12%)
Mutual labels:  website
g-dash
Gulden Witness & Node Dashboard
Stars: ✭ 13 (-60.61%)
Mutual labels:  website
youtube-metadata
A quick way to gather all the metadata about a video, playlist, or channel from the YouTube API.
Stars: ✭ 58 (+75.76%)
Mutual labels:  website
website
The code which powers jacobtomlinson.dev
Stars: ✭ 16 (-51.52%)
Mutual labels:  website
anniew.xyz
My Personal Website / Portfolio
Stars: ✭ 41 (+24.24%)
Mutual labels:  website
nuxtjs-website-boilerplate
A Nuxt.js website boilerplate that satisfies some common website requirements.
Stars: ✭ 57 (+72.73%)
Mutual labels:  website

reactjs.org

This repo contains the source code and documentation powering reactjs.org.

Getting started

Prerequisites

  1. Git
  2. Node: any 12.x version starting with v12.0.0 or greater
  3. Yarn: See Yarn website for installation instructions
  4. A fork of the repo (for any contributions)
  5. A clone of the reactjs.org repo on your local machine

Installation

  1. cd reactjs.org to go into the project root
  2. yarn to install the website's npm dependencies

Running locally

  1. yarn dev to start the hot-reloading development server (powered by Gatsby)
  2. open http://localhost:8000 to open the site in your favorite browser

Contributing

Guidelines

The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the contributing guidelines for the appropriate sections.

Create a branch

  1. git checkout main from any folder in your local reactjs.org repository
  2. git pull origin main to ensure you have the latest main code
  3. git checkout -b the-name-of-my-branch (replacing the-name-of-my-branch with a suitable name) to create a branch

Make the change

  1. Follow the "Running locally" instructions
  2. Save the files and check in the browser
  3. Changes to React components in src will hot-reload
  4. Changes to markdown files in content will hot-reload
  5. If working with plugins, you may need to remove the .cache directory and restart the server

Test the change

  1. If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
  2. Run yarn check-all from the project root. (This will run Prettier, ESLint, and Flow.)

Push it

  1. git add -A && git commit -m "My message" (replacing My message with a commit message, such as Fix header logo on Android) to stage and commit your changes
  2. git push my-fork-name the-name-of-my-branch
  3. Go to the reactjs.org repo and you should see recently pushed branches.
  4. Follow GitHub's instructions.
  5. If possible, include screenshots of visual changes. A Netlify build will also be automatically created once you make your PR so other people can see your change.

Translation

If you are interested in translating reactjs.org, please see the current translation efforts at translations.reactjs.org.

If your language does not have a translation and you would like to create one, please follow the instructions at reactjs.org Translations.

Troubleshooting

  • yarn reset to clear the local cache

License

Content submitted to reactjs.org is CC-BY-4.0 licensed, as found in the LICENSE-DOCS.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].