Vite plugin for building React web applications on the Tana blockchain platform.
app/page.tsx, app/about/page.tsx, etc.npm install -g @tananetwork/tana
tana new website my-site
cd my-site
npm run dev
Open http://localhost:5173 to see your site.
tana deploy website .
Create a site from a template:
tana new website my-site --template blog
Available templates:
default - Minimal starter with Tailwindblog - Blog with markdown supportmarketing - Landing page templateminimal - Bare bones starterportfolio - Personal portfoliomy-site/
├── app/
│ ├── page.tsx # Home page (/)
│ ├── about/
│ │ └── page.tsx # About page (/about)
│ └── layout.tsx # Root layout
├── public/ # Static assets
├── vite.config.ts # Vite configuration
└── package.json
Full documentation at tana.network/docs
MIT
Vite plugin for building React web applications on the Tana blockchain platform.
app/page.tsx, app/about/page.tsx, etc.npm install -g @tananetwork/tana
tana new website my-site
cd my-site
npm run dev
Open http://localhost:5173 to see your site.
tana deploy website .
Create a site from a template:
tana new website my-site --template blog
Available templates:
default - Minimal starter with Tailwindblog - Blog with markdown supportmarketing - Landing page templateminimal - Bare bones starterportfolio - Personal portfoliomy-site/
├── app/
│ ├── page.tsx # Home page (/)
│ ├── about/
│ │ └── page.tsx # About page (/about)
│ └── layout.tsx # Root layout
├── public/ # Static assets
├── vite.config.ts # Vite configuration
└── package.json
Full documentation at tana.network/docs
MIT