Skip to content

hudiansyahrobby/from-builder

Repository files navigation

Form Builder

Installation

  1. Clone the repository:
  2. Navigate to the project directory:
  3. Install dependencies:
yarn install

Running the Application

  1. Start the development server:
yarn run dev
  1. Open your browser and visit:
http://localhost:3000

Building for Production

  1. Build the application:
yarn run build
  1. The production-ready files will be in the build directory.

Additional Scripts

  • Linting:
    yarn run lint