- NextJS - Web development, streamlined.
- Typescript - JavaScript with syntax for types.
- markdown-to-jsx - Markdown for JSX apps.
- Tailwindcss - A utility-first CSS framework for rapidly building custom designs.
- shadcn/ui - A component library for JS.
- Prettier + prettier-plugin-tailwindcss - An opinionated code formatter.
- Lucide Icons + svgl - Beautifully SVGs icons & logos.
- Download project
git clone https://github.com/paugarcia32/paugarcia.dev.git
- Install dependencies
npm install
# Run locally
npm run dev
Open http://localhost:3000 with your browser to see the result.
# Build project
npm run build