Dev.tok is an open-source web application that leverages the dev.to API to display content in a feed-like manner, similar to TikTok and Instagram Reels. The goal is to enhance user engagement by providing a seamless and interactive browsing experience.
Visit the live website at devtok.xyz.
- Feed-like Interface: Browse articles in a visually engaging, swipeable format.
- Comments: View and interact with comments on articles.
- Localization: Supports multiple languages using
i18next
. - Responsive Design: Optimized for both desktop and mobile devices.
We accept contributions of all kinds, including bug fixes, feature requests, and documentation improvements. If you're interested in contributing, here's a quick guide to get you started:
-
Clone the repository:
git clone https://github.com/Nick-Gabe/dev.tok.git cd dev.tok
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Open your browser and navigate to
http://localhost:5173
.