Frontend for my-gpt
Development instructions
Clone the repository to your local
-
Install dependencies
yarn install
-
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
-
Start the vite development server in Dev mode
yarn dev
-
Add githooks
yarn husky install
App can be built using yarn build
and found in release/{version} folder