Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<onlyfor> & template_url were added #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# ¡Construye un Juego de Memoria con React: Encuentra los Pares!
<!-- endhide -->

<onlyfor saas="false" withBanner="false">

## 🌱 ¿Cómo iniciar este proyecto?

No clones este repositorio porque vamos a utilizar una plantilla diferente.
Expand All @@ -16,6 +18,8 @@ https://github.com/4GeeksAcademy/react-hello

> ⚠ ¡Necesitarás tener Node.js instalado si lo haces localmente, pero todo eso ya está instalado en Codespaces o Gitpod!

</onlyfor>

## 📝 Instrucciones

### Paso 1: Configura el Proyecto
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Build a Memory Game with React: Find the Pairs!
<!-- endhide -->

<onlyfor saas="false" withBanner="false">

## 🌱 How to start this project?

Do not clone this repository because we will use a different template.
Expand All @@ -16,6 +18,8 @@ https://github.com/4GeeksAcademy/react-hello

> ⚠ You will need to have Node.js installed if you do it locally, but all of that is already installed on Codespaces or Gitpod!

</onlyfor>

## 📝 Instructions

### Step 1: Set Up the Project
Expand Down
1 change: 1 addition & 0 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"slug": "memory-game-react",
"status": "published",
"duration": 4,
"template_url": "https://github.com/4GeeksAcademy/react-hello",
"preview": "https://storage.googleapis.com/screenshots-breathecode/b7aa404a22c1b5c81a7c00d9dc8e973b382e2a2092b82c9ecf261257987e3f24",
"translations": ["es", "us"],
"difficulty": "intermediate",
Expand Down