Merged
Conversation
… and package files - Introduced .editorconfig for consistent coding styles across various file types. - Added biome.json for Biome configuration, enabling formatting and linting. - Created CI workflow for automatic deployment on push to the develop branch. - Updated ESLint configuration for improved code quality checks. - Added jsconfig.json for better path resolution in JavaScript projects. - Updated package.json and package-lock.json to include Biome as a dev dependency.
…tructions - Changed project title to "website-2026". - Expanded setup instructions with detailed steps for installing dependencies, running the development server, building for production, and previewing the production build. - Added a section for other scripts and updated the tech stack information.
Add EditorConfig, Biome configuration, and CI workflow; update ESLint and package files
- Changed the title from "website-2026" to "PyCon Colombia 2026". - Added a script to redirect users to the hash-based URL format for better navigation.
- Introduced .env and .env.example files for environment variable management, including Google Analytics ID. - Added a GitHub Actions CI workflow for deploying static content to GitHub Pages. - Implemented a custom hook, usePageTracking, in App.jsx to track page views using Google Analytics.
… dependency - Added react-router-dom version 7.13.0 to both package.json and package-lock.json for improved routing capabilities. - Included cookie and set-cookie-parser as dependencies of react-router for enhanced cookie management.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.