- Notifications
You must be signed in to change notification settings - Fork502
We pledge to Code for Cause
License
NotificationsYou must be signed in to change notification settings
codeforcauseorg/pledge
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
It is a platform to reimagine about places we put our efforts into as developers. In most cases, we all are attached to the goals that provide eventual satisfaction. Let's all come together and take the pledge to Code for Cause leading to a better future.
In the top-right corner of the page, click Fork. Create a local clone of your fork:
git clone https://github.com/YOUR-USERNAME/pledge.git
Install and use the correct version of Node usingNVM
cd pledgenvm install
Install the Gatsby CLI
npm install -g gatsby-cli
Install dependencies
npm install
Start the development server
npm run develop
- Create new file underpledge/src/data/contributors/ with name [your-username].json
- Add this json content and edit it with your details
{ "name": "Ganga Chaturvedi", "skills" : ["JS", "React"], "cause" : "empowerment", "image" : "Avatar2", "github" : "https://github.com/gangachatrvedi", "twitter" : "https://twitter.com/gangachatrvedi", "linkedin" : "https://www.linkedin.com/in/gangachatrvedi"}
- Commit and generate your awesome pull request with us atcodeforcauseorg/pledge
Take a lookhere for detailed version.
Generate a full static production build
npm run build
Preview the site as it will appear once deployed
npm run serve
Pull requests are always welcome.
See theguidelines for contributing to this project.