Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 261 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 261 Bytes

Form Editor

A more complex form that performs the editing of data. We implemented a simple Baldur's Gate 3 character creation tool.

Setup

  1. Run the application.

    npm install
    npm run dev
  2. Navigate to http://localhost:3000.