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

https://github.com/dipanshu18/dev_docs_blogging_mvp

A developer's blogging platform for sharing their knowledge and learnings with others
https://github.com/dipanshu18/dev_docs_blogging_mvp

app-router-nextjs daisyui monorepo nextjs tailwindcss turborepo typescript

Last synced: 4 months ago
JSON representation

A developer's blogging platform for sharing their knowledge and learnings with others

Awesome Lists containing this project

README

        

# DevDocs

This is Turborepo bootstrapped Dev Docs app for developers to share knowledge by writing blogs.

## What's inside?

This repo includes the following packages/apps:

### Apps and Packages

- `web`: a [Next.js](https://nextjs.org/) app
- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications
- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo
- `@repo/tailwind-config`: `tailwindcss` configurations

Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).

### Utilities

This repo has some additional tools already setup:

- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting