Skip to content
View moquette's full-sized avatar
  • Moquette & Associates LLC
  • West Coast, USA

Organizations

@codebox2

Block or report moquette

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
moquette/README.md

moquette.us

Joaquin A. Moquette personal website.

Setup

Prerequisites

  • Node.js 20.19+ or 22.12+
  • Yarn 4.13.0

Installation

yarn install

Environment Variables

Copy .env.example to .env.local and update with your values:

cp .env.example .env.local

Required variables:

  • VITE_EMAILJS_SERVICE_ID - Your EmailJS service ID
  • VITE_EMAILJS_TEMPLATE_ID - Your EmailJS template ID
  • VITE_EMAILJS_PUBLIC_KEY - Your EmailJS public key

Development

yarn dev

Build

yarn build

Preview

yarn preview

Scripts

  • yarn dev - Start development server
  • yarn build - Build for production
  • yarn preview - Preview production build
  • yarn lint - Run ESLint
  • yarn lint:fix - Fix ESLint issues
  • yarn format - Format code with Prettier
  • yarn tsc - Type check with TypeScript

Tech Stack

  • React 19
  • TypeScript 5.9
  • Vite 8
  • Tailwind CSS 4.2
  • React Router 7.13
  • ESLint 9 with flat config

This project is open source and available under the MIT License.

Pinned Loading

  1. cra cra Public archive

    Minimal React starter for CRA TypeScript projects with extras.

    TypeScript

  2. simple-shell simple-shell Public archive

    A minimalistic cover page that makes for a perfect Portfolio GitHub user landing page or Single Page Application.

    TypeScript

  3. rbsx rbsx Public archive

    A wicked fast Next.js technology stack for your next website or application.

    JavaScript

  4. my-base my-base Public archive

    My personal and heavily biased project base. Play at your own risk.

    JavaScript