https://github.com/hipstersmoothie/twiddet
https://github.com/hipstersmoothie/twiddet
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hipstersmoothie/twiddet
- Owner: hipstersmoothie
- License: mit
- Created: 2019-02-14T18:24:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:32:20.000Z (over 2 years ago)
- Last Synced: 2025-01-10T15:42:29.357Z (4 months ago)
- Language: TypeScript
- Homepage: https://twiddet.lisowski.now.sh
- Size: 1.18 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twiddet
[](https://circleci.com/gh/hipstersmoothie/twiddet)
A website that enables you to read twitter conversations like reddit posts. All tweets and replies are rendered as foldable trees.
## Development Setup
To get started developing twiddet run the following commands
```sh
# install dependencies
yarn
# start the development server watcher
yarn dev
```## Architecture
twiddet is built withe the following technologies:
- next.js - server-side-rendered react app
- express - serves the next.js website and interacts with TwitterDev Tooling:
- typescript - all the files
- eslint - using the new typescript parser + plugin
- stylelint - Lints the css in styled-jsx's `style` tags
- now 2.0 - serverless lambdas :+1: