Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hashnode/awesome-docs-gallery
A crowdsourced, open-source gallery for high-quality dev docs.
https://github.com/Hashnode/awesome-docs-gallery
List: awesome-docs-gallery
awesome-list hashnode list open-source oss typescript
Last synced: 3 months ago
JSON representation
A crowdsourced, open-source gallery for high-quality dev docs.
- Host: GitHub
- URL: https://github.com/Hashnode/awesome-docs-gallery
- Owner: Hashnode
- License: mit
- Created: 2024-10-13T09:30:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T09:50:00.000Z (3 months ago)
- Last Synced: 2024-10-25T04:09:15.078Z (3 months ago)
- Topics: awesome-list, hashnode, list, open-source, oss, typescript
- Language: TypeScript
- Homepage: https://awesome-docs.gallery
- Size: 1 MB
- Stars: 21
- Watchers: 4
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Awesome Docs Gallery
A crowdsourced, open-source gallery for high-quality dev documentation sites.
Browse »## Introduction
[Awesome Docs Gallery](https://awesome-docs.gallery) is an open-source crowdsourced list of the best open-source documentation sites on the internet.
## Tech Stack
- Next.js
- shadcn/ui
- Vercel deployment## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.