https://github.com/cybertec-postgresql/today-i-learned
https://github.com/cybertec-postgresql/today-i-learned
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cybertec-postgresql/today-i-learned
- Owner: cybertec-postgresql
- License: mit
- Created: 2019-08-20T09:33:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:39:44.000Z (about 3 years ago)
- Last Synced: 2023-02-27T03:12:04.804Z (about 3 years ago)
- Language: TypeScript
- Homepage: https://til.cybertec-postgresql.com/
- Size: 4.24 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)