Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.59 KB

official project

JetBrains Guide

The JetBrains Guide is a collection of resources for learning JetBrains IDEs.

Installation and Running the Guide

Here's what you need to get started:

  • Make sure you have installed Node.js 22.11+
  • Clone this repository
  • Work on a branch that you create based on main
  • Open it with any JetBrains IDE (we tested with WebStorm and Fleet)
  • Run an npm install to ensure all dependencies are available on your machine
  • Run the Run Guide run configuration to launch the Guide (top toolbar, see web help for more info)
  • Wait until the application is up and running
  • Connect the browser to http://localhost:8080/
  • Start authoring (content is located in site/), and see reloads in the browser

Create a pull request

Changes ready? Great! Ideally, you have been working on a separate branch (from main), and you can send your changes as a pull request.

Make sure to add some JetBrains folks like pauleveritt,khalidabuhakmeh and helenjoscott as reviewers, so we can work on getting your content ready to go!