Code Monkey home page Code Monkey logo

codeland-2020's Introduction

Your First Open Source Contribution

"Your First Open Source Contribution" is a virtual workshop for the Codeland 2020 conference where participants will have the opportunity to make their first contributions to an open source GitHub repository -- aka, the thing you're looking at right now!

Fork and Clone this Repo

Follow these steps to start developing locally on this repository!

See the GitHub SSH documentation for more information about setting up your SSH key.

  1. Fork the repository using the "Fork" button on the top-right part of the page.

  2. Once the repository is forked, clone it by running the following command in your terminal:

git clone [email protected]:<your-username>/codeland-2020.git
  1. Set this repository as a git remote:
git remote add upstream [email protected]:egiurleo/codeland-2020.git

Install Dependencies

Make sure you have Node.js and npm or yarn installed on your machine.

  1. Navigate into your newly-cloned repo:
cd codeland-2020
  1. Install dependencies:
yarn install
# OR
npm i

Run Local Server

Once your dependencies are installed, you can run the development server locally:

yarn dev
# OR
npm run dev

Open localhost:3000 to see the site!

Contribute

  1. Create a new branch:
git checkout -b <your-branch-name>
  1. Implement your changes and commit them to the branch. Please make sure to include a test that would fail without your changes!

  2. Push to your forked repo:

git push -u origin <your-branch-name>
  1. Create a new pull request on this repository

This is a Next.js project bootstrapped with create-next-app.

codeland-2020's People

Contributors

dependabot[bot] avatar bseverino avatar earthctzn avatar ceeoreo avatar jasonrobnson avatar jerliyah avatar khris22 avatar lrjuni92 avatar martinofenu avatar nicmlu avatar sbappan avatar tthompson899 avatar danimeyer avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.