diff --git a/.codebuddy/.gitignore b/.codebuddy/.gitignore deleted file mode 100644 index 1db7c29..0000000 --- a/.codebuddy/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -db/ -docs diff --git a/.codebuddy/summary.md b/.codebuddy/summary.md deleted file mode 100644 index d8d7f32..0000000 --- a/.codebuddy/summary.md +++ /dev/null @@ -1,39 +0,0 @@ -# Project Summary - -## Overview of Technologies Used -This project is primarily built using the following technologies: -- **Languages**: TypeScript, JavaScript, HTML, CSS -- **Frameworks**: - - React (for building user interfaces) - - Playwright (for end-to-end testing) -- **Main Libraries**: - - Tailwind CSS (for styling) - - MUI (Material-UI for components) - - pnpm (for package management) - -## Purpose of the Project -The project appears to be a web application that provides various tools for image, JSON, list, number, and string manipulations. It is designed to offer users functionalities such as converting image formats, generating random numbers, and manipulating strings. The structure indicates a focus on modular components, making it easy to extend or modify specific tools without affecting the entire application. - -## Build and Configuration Files -The following files are relevant for the configuration and building of the project: -- `Dockerfile`: `/Dockerfile` -- `package.json`: `/package.json` -- `pnpm-lock.yaml`: `/pnpm-lock.yaml` -- `playwright.config.ts`: `/playwright.config.ts` -- `postcss.config.mjs`: `/postcss.config.mjs` -- `tailwind.config.mjs`: `/tailwind.config.mjs` -- `tsconfig.json`: `/tsconfig.json` -- `vite.config.ts`: `/vite.config.ts` -- `commitlint.config.js`: `/commitlint.config.js` - -## Source Files Directory -The source files can be found in the following directory: -- `/src` - -## Documentation Files Location -Documentation files are located in the root directory: -- `README.md`: `/README.md` -- `LICENSE`: `/LICENSE` -- `CODEOWNERS`: `/CODEOWNERS` - -This summary encapsulates the key aspects of the project, including its technological stack, purpose, file structure, and documentation locations. \ No newline at end of file diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..13e044a --- /dev/null +++ b/.env.example @@ -0,0 +1 @@ +LOCIZE_API_KEY= diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01d7b95..c1f9368 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' - name: Install dependencies run: npm install - name: Run tests @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install dependencies run: npm ci - name: Install Playwright Browsers @@ -96,7 +96,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' - name: Install dependencies run: npm install - name: Build project diff --git a/.gitignore b/.gitignore index f691227..e9d8978 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,5 @@ yarn-error.log* dist.zip .aider* .qodo + +error.txt diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0e86a3c..b03acf6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,27 +4,44 @@