File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # openscan-docs
1+ # OpenScan Docs
2+
3+ Official documentation for [ OpenScan] ( https://openscan.io ) — an open-source, trustless, and privacy-respecting blockchain explorer.
4+
5+ ## Tech Stack
6+
7+ - [ Next.js 16] ( https://nextjs.org/ ) (static export)
8+ - [ React 19] ( https://react.dev/ )
9+ - [ Tailwind CSS 4] ( https://tailwindcss.com/ )
10+ - [ Radix UI] ( https://www.radix-ui.com/ )
11+ - [ TypeScript] ( https://www.typescriptlang.org/ )
12+
13+ ## Getting Started
14+
15+ ``` bash
16+ pnpm install
17+ pnpm dev
18+ ```
19+
20+ Open [ http://localhost:3000 ] ( http://localhost:3000 ) in your browser.
21+
22+ ## Deployment
23+
24+ The site is deployed to GitHub Pages via GitHub Actions on every push to ` main ` .
25+
26+ Live at: [ openscan-explorer.github.io/docs] ( https://openscan-explorer.github.io/docs )
27+
28+ ## License
29+
30+ See [ LICENSE] ( ./LICENSE ) for details.
You can’t perform that action at this time.
0 commit comments