Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 520 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 520 Bytes

my-gpt

Frontend for my-gpt

Development instructions

Clone the repository to your local

  1. Install dependencies

    yarn install
    
  2. Create the config file by copying the contents of the example, from the root directory run

    cp src/Config/config.example.ts ./src/Config/config.ts
    
  3. Start the vite development server in Dev mode

    yarn dev
    
  4. Add githooks

    yarn husky install
    

App can be built using yarn build and found in release/{version} folder