Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 887 Bytes

LOCAL.md

File metadata and controls

17 lines (13 loc) · 887 Bytes

Running locally

Prerequesites

  • Node.js 18
  • Visual Studio Code

Instructions

  • Run npm install in this folder. This installs all necessary npm modules in both the client and server folder
  • Open VS Code on this folder.
  • Switch to the Run and Debug View in the Sidebar (Ctrl+Shift+D).
  • Select Launch Client from the drop down (if it is not already).
  • Press ▷ to run the launch config (F5).
  • In the Extension Development Host instance of VSCode, open an example project using StyleX.
    • Try changing colors using the color pickers
    • Hover over style properties to see CSS previews