Skip to content

Commit 21a1f7d

Browse files
committed
chore(docs): Updated README
1 parent c47de6d commit 21a1f7d

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 🌐 Trejocode.com - Sitio Web
44

5-
Sitio Web oficial de trejocode.com - Construido en Next.js y servido estáticamente 📄
5+
Sitio Web oficial de trejocode.com - Construido en Next.js
66

77
---
88

@@ -15,7 +15,6 @@ Trejocode.com Official Website - Built in Next.js and statically served
1515
- Carga de imágenes difereidas / Lazy Load for Images
1616
- Optimizado para SEO / SEO Ready
1717
- Esenciales WCAG 2.1 para la accesibilidad Web / Essential WCAG 2.1 for Web accessibility
18-
- Código documentado / Documented code
1918
- Estructura de carpetas / Folder structure
2019
- Última versión mayor de React y Next.js / React and Next.js latest version.
2120

@@ -28,22 +27,34 @@ Estas instrucciones le proporcionarán una copia del proyecto en funcionamiento
2827
These instructions will provide you with a copy of the running project on your local machine for development purposes. See the implementation section for notes on how to deploy the project into production.
2928

3029
```bash
31-
cd web
30+
cd trejocode.com
3231
npm install
3332
npm run dev
3433
```
3534

3635
### 📐 Requisitos / Requirements
3736

38-
- Node min: 16
37+
- Node min: 20
3938
- Web Browser
4039
- Text Editor
4140

42-
### 📦 Construido con / Build with
41+
### 📄 Envs
4342

44-
- [Next.js](https://nextjs.org)
45-
- [TailwindCSS](https://tailwindcss.com/)
46-
- [Trejocode UIKit](https://www.npmjs.com/package/react-cool-img)
43+
```
44+
NEXT_PUBLIC_EMAILJS_SERVICE_ID
45+
NEXT_PUBLIC_EMAILJS_TEMPLATE_ID
46+
NEXT_PUBLIC_EMAILJS_PUBLIC_KEY
47+
NEXT_PUBLIC_HCAPTCHA
48+
NEXT_PUBLIC_POSTHOG_KEY
49+
NEXT_PUBLIC_POSTHOG_HOST
50+
```
51+
52+
### 🚀 Deploy
53+
54+
```bash
55+
npm run build
56+
npm run start
57+
```
4758

4859
### 🤝 Colaboradores / Collaborators
4960

0 commit comments

Comments
 (0)