Skip to content

Instantly share code, notes, and snippets.

View deyvidholz's full-sized avatar
💻
I'm probably coding right now

Deyvid Holz deyvidholz

💻
I'm probably coding right now
View GitHub Profile
@deyvidholz
deyvidholz / README.md
Last active December 16, 2021 18:37
README template for projects

💻 Project Name 💻

🏃 Quick Start

  • Create .env file based on .env.example in the project folder
  • Change tokens of JWT_SECRET and API_TOKEN_SALT in .env file
  • Install dependencies using yarn or npm install
  • Start the project for development using yarn develop or npm run develop
@deyvidholz
deyvidholz / pull_request_template.md
Last active April 5, 2021 23:51
Pull request template

Migrations

YES | NO

Description

A few sentences describing the overall goals of the pull request's commits.

Type of change