diff --git a/README.md b/README.md index bc516d6..2057a55 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,16 @@ Por último, debe levantar el frontend (usará el puerto 3000) mediante: sh run.sh -f ``` +Note que si está usando `github codespace` deberá cambiar la variable `API_URL` en el archivo `bsition/frontend/next.config.js` a, por ejemplo: + +``` +module.exports = { + env: { + API_URL: 'https://slococo-miniature-space-giggle-49wqx5x94p276pq-8000.preview.app.github.dev', + }, + } +``` + ## Documentación de la API Puede ir a `http://localhost:8000/docs` para ver el `Swagger`. Notemos que se usó en todo momento `localhost` pues se supone un ambiente de testeo.