Skip to content

El portal de comida vegetal para la gente que quiere cambiar el mundo.

Notifications You must be signed in to change notification settings

Pitayapp/Pitayapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  1. Install pnpm
$ pnpm install
  1. Git clone the repository
$ cd to-local-repository
$ git clone git@github.com:JavierPerezGarcia/Pitayapp.git 
$ pnpm run dev
  1. Go to http://localhost:3000

Update changes and reload

  1. Git fetch and git pull of the changes
    1. git fetch es el comando que le dice a tu git local que recupere la última información de los metadatos del original (aunque no hace ninguna transferencia de archivos. Es más bien como comprobar si hay algún cambio disponible).
    2. git pull por otro lado hace eso Y trae (copia) esos cambios del repositorio remoto.
$ cd to-local-repository
$ git fetch origin
$ git pull
  1. Start the server
$ pnpm run dev

Happy coding!

About

El portal de comida vegetal para la gente que quiere cambiar el mundo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published