Skip to content

mashtechk/reactjs-website

Repository files navigation

🚀 Quick start

  1. Fork and clone this repo

  2. Install dependencies

    Navigate into the site’s directory and install dependencies.

    cd reactjsph-website/
    yarn
    # or yarn install
  3. Start developing

    yarn start
    # or yarn develop
  4. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the reactjsph-website directory in your code editor of choice and start developing. Save your changes and the browser will update in real time!

More for information about how you can contribute to this project, check our contributing guidelines.

📋 Enlisting in the Dev Board

  1. Edit the content/devs.json file.

  2. At the end of the array, add an object describing yourself given the format below:

Key Description
avatar An external URL to an image of yourself
  • Must be a square image
  • Must be less than 80 kB
name Your name
title Your current job title
company Your current employer
  • Optional
blurb Short bio describing yourself
  • Must be 140 characters or less
skills String array of your skills/technologies that you would like to promote
  • Only the first 5 will be listed, but feel free to add as many as you like (We plan to allow devs to be filtered by skills in the future)
contacts Object array of contact information where each item has a type and a url
  • type can be any of the following: "behance", "email", "github", "linkedin", "twitter", "website"
  • url must be a URL corresponding to the type selected
  1. Open a pull request with the title [DEV BOARD] {YOUR_NAME} using the template below:
I have read and verified the following upon opening this pull request to add my information to the ReactJS Dev Board:

- [ ] My `avatar` is a square image
- [ ] My `avatar` is below 80 kB
- [ ] My `blurb` is no longer than 140 characters
- [ ] I understand that only the first 5 `skills` I list will be shown on the site

About

Official website of ReactJS.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published