Simple repository template
Go to file Use this template
2023-08-02 14:42:52 +00:00
.github Update .github/issue_template/bug.md 2023-08-02 14:42:52 +00:00
README.md Update README.md 2023-08-01 14:58:47 +00:00

Template Name

Short description

Long desciption

Table of Contents

Stack

Technology Version

Documentation

Setup

Development

Prerequisites

  • ...

Instructions

  1. ...

Production

Prerequisites

  • ...

Instructions

  1. ...

Cheatsheet

# Start redis
docker-compose up redis

# Start server
cd api && npm run start

# Start website
cd website && npm run dev