-
Fork and clone this repo
-
Install dependencies
Navigate into the site’s directory and install dependencies.
cd reactjsph-website/ yarn # or yarn install
-
Start developing
yarn start # or yarn develop
-
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.
-
Edit the
content/devs.json
file. -
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 |
|
name |
Your name | |
title |
Your current job title | |
company |
Your current employer |
|
blurb |
Short bio describing yourself |
|
skills |
String array of your skills/technologies that you would like to promote |
|
contacts |
Object array of contact information where each item has a type and a url |
|
- 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