From 2e525b56c3d37c4b6e18c2a8cc5c8af6246940e4 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Fri, 10 May 2024 13:33:24 -0400 Subject: [PATCH] Recommend VS Code as IDE --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa6d87dd4..e1e20fbd1 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Follow these steps to set up your development environment: - You will need to create a user using an ODK Central Backend command line script. - You will probably also want to promote that user to a sitewide administrator. +If you're looking for an IDE recommendation, we'd suggest VS Code. Use the [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) extension (previously Volar), and disable Vetur. + ## Running in development Follow these instructions to run ODK Central Frontend in development. For deploying to production, see the next section.