Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !8478

Make contributing easier

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/svenefftinge/gitpod_config into master Feb 13, 2020
  • Overview 10
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: svenefftinge

Hey there 👋 We are on a mission to simplify open-source work and encouraging contributors to get started through automated dev environments.

This PR adds a minimal config to this repo, which allows your community to quickly spin up a fully initialized dev environment. Please note, that this not only automates the setup but also pre-builds the project before users open it - think CI for dev environments.

I have configured it so that the main yarn && yarn build is executed during prebuild and yarn start is executed when a contributor opens the environment. I have also added a second terminal that builds and runs the website (docusaurus). Let me know if there are any VS Code extensions that should be pre-installed.

Please try it out: https://gitpod.io/#https://github.com/svenefftinge/create-react-app/tree/gitpod_config

I hope this is useful for your community.

Screenshot 2020-02-13 at 16 06 20
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/svenefftinge/gitpod_config