Skip to content

Instantly share code, notes, and snippets.

View gelilaa's full-sized avatar
🏠
Working from home

G gelilaa

🏠
Working from home
View GitHub Profile

An assesment board for the individual project.

Assessment (Hard skill) Points
Git Remote/Local Connection ⭐ ⭐ ⭐ ⭐ ⭐
Linting ⭐ ⭐ ⭐ ⭐ ⭐
Git Branching Workflow ⭐ ⭐ ⭐ ⭐ ⭐
Command Line Interface (CLI) ⭐ ⭐ ⭐ ⭐ ⭐
Design Cycle ⭐ ⭐ ⭐ ⭐ ⭐
@gelilaa
gelilaa / Strapi-Heroku-deployment.md
Last active May 12, 2022 15:29
how to deploy strapi project to Heroku from local-cli

This is a step-by-step guide for deploying a Strapi on heroku. The guide follows the documentation strapi-heroku deployment.

This documentation assumes that you have already created a strapi project with --quickstart and have pushed the repository to Github

Requirements

  1. You must have Git installed and set-up locally .
  2. You must have a free Heroku account before doing these steps.
  3. Download and install the Heroku CLI for your operating system