Skip to content

cybertec-postgresql/today-i-learned

Repository files navigation

Today I learned @Cybertec

Today I learned is a collection of short posts, mostly about weird stuff we found while working.

Source Code RepositoryContent RepositoryBot Repository

Table of Contents

How to Use

1. Prerequisites for development

2. Setup

# Clone Repository
git clone git@github.com:cybertec-postgresql/today-i-learned.git

# Install Dependencies
yarn

# Start Development!
yarn develop

Related