Aikodev-labs / Ghibli-API-platform

https://ghibli-api-platform.vercel.app
5 stars 0 forks source link

Ghibli-API-platform

Clone repository from develop branch:

  git clone -b develop https://github.com/Aikodev-labs/Ghibli-API-platform.git

Install dependencies

  cd Ghibli-API-platform
  npm install

Run project

  npm run dev

Create a new branch for specific task

  git branch feature/<name of task>