Oscar Figueroa Consulting is a professional website. It is intended to show projects and activity from GitHub as a personal portfolio. The project aims to provide static generated pages to be compliant with SEO.
Node Widely used for building high-performance applications, especially those that require real-time interaction or handle a lot of concurrent requests.
Next.JS Packs a rich set of features that make it highly flexible and efficient for building React applications.
TailwindCSS Is a utility-first CSS framework that takes a different approach: instead of writing custom CSS classes for your design, you compose your UI directly in your markup using pre-defined utility classes.
GitHub Actions Stands out as a powerful, flexible, and fully integrated platform for automating your development lifecycle—from code commits to production deployments.
Husky Is a tool that simplifies managing Git hooks in your project. It automates the installation and configuration of hooks ensuring that code quality checks run automatically during your Git workflow.
TS-Standard Is an opinionated linter and formatter tailored for TypeScript projects. It provides a zero-configuration setup that enforces a consistent code style and catches common errors.
Next-Intl Is a library designed specifically for managing internationalization (i18n) in Next.js applications. It offers a well-integrated, type-safe solution that leverages modern Next.js features such as the App Router and Server Components.
Cypress Is a powerful end-to-end testing framework designed for web applications. It runs directly in the browser. Its developer-friendly API and quick setup make it a popular choice for creating robust, maintainable tests that simulate real user interactions.
Oscar Figueroa Consulting Wiki
-
Install dependencies
npm install
-
Set enviroment variables
DOMAIN="localhost:3000" // Default domain for sitemap EN_AU_DOMAIN="localhost:3000" ES_MX_DOMAIN="localhost:3001" ROBOTS="noindex, nofollow" // For no indexing
- Run project
npm run dev
Contributions are closed!
This repository is public, however it is a private project.