Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

We pledge to Code for Cause

License

NotificationsYou must be signed in to change notification settings

codeforcauseorg/pledge

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.

Installation & Set Up

  1. 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
  2. Install and use the correct version of Node usingNVM

    cd pledgenvm install
  3. Install the Gatsby CLI

    npm install -g gatsby-cli
  4. Install dependencies

    npm install
  5. Start the development server

    npm run develop

Steps to take the pledge

  1. Create new file underpledge/src/data/contributors/ with name [your-username].json
  2. 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"}
  1. Commit and generate your awesome pull request with us atcodeforcauseorg/pledge

Take a lookhere for detailed version.

Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

Contributing

Pull requests are always welcome.

See theguidelines for contributing to this project.

License

MIT


[8]ページ先頭

©2009-2025 Movatter.jp