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
- Host: GitHub
- URL: https://github.com/dipanshu18/dev_docs_blogging_mvp
- Owner: dipanshu18
- Created: 2024-02-21T03:26:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-02T08:29:21.000Z (11 months ago)
- Last Synced: 2025-03-11T02:54:03.859Z (4 months ago)
- Topics: app-router-nextjs, daisyui, monorepo, nextjs, tailwindcss, turborepo, typescript
- Language: TypeScript
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` configurationsEach 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