An open API service indexing awesome lists of open source software.

https://github.com/cybertec-postgresql/today-i-learned


https://github.com/cybertec-postgresql/today-i-learned

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

Today I learned @Cybertec


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



Source Code Repository
Content Repository
Bot Repository

## Table of Contents

## How to Use

### 1. Prerequisites for development

- [Git LFS](https://git-lfs.github.com)
- [Node >10](https://nodejs.org/)
- [Yarn](https://yarnpkg.com/)

### 2. Setup

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

# Install Dependencies
yarn

# Start Development!
yarn develop
```

## Related

- [Gatsby](https://gatsbyjs.org)