-
-
Notifications
You must be signed in to change notification settings - Fork 1
Development
This section guides you through setting up and contributing to the development of JSON Flow. Ensure you meet the prerequisites and follow the steps below.
To get started, ensure you have the following installed on your machine:
- Node.js (Download from the official website)
- npm or yarn
- Visual Studio Code
- Git
Follow these steps to set up your development environment:
-
Clone the Repository Clone the project repository from GitHub:
git clone
-
Install Dependencies Navigate to the project directory and install dependencies:
npm install
-
Open the Project in VS Code Open the project in Visual Studio Code:
code .
-
Run the Extension Press
F5
to launch the Extension Development Host. A new instance of VS Code with the extension loaded will open. -
Modify Code Make your changes in the
src/
directory.
To test and develop the webview functionality:
-
Run the development server:
npm run dev
-
This will open a new window with the extension loaded.
-
Make your changes in the
webview/
directory.
-
Run the build command:
npm run build
-
Launch the Extension Development Host:
Press F5
For questions or issues, refer to the documentation or reach out to contributors on GitHub.