Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify code contributions by automating the dev setup. #864

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nisarhassan12
Copy link

@nisarhassan12 nisarhassan12 commented Oct 17, 2020

Hi. I work for Gitpod(an online IDE which is free for Open Source) and we are currently on a mission to simplify contributors onboarding experience for cool and popular Open Source projects.

This Pr adds Gitpod config to the repo via which, anyone would be able to launch a workspace where it will automatically:

  • clone the tippyjs repo.
  • install the dependencies in / and /website.
  • run yarn dev in / and /website to start rollup and the dev Server.

All of this can be helpful for newcomers/beginners i.e they can start in just a single click without having to set anything up.

You can give it a try on my fork of the repo via the following link:

https://gitpod.io/#https://github.com/nisarhassan12/tippyjs

This is how it looks:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant