Home

Awesome

Destack Starter

This example shows a very basic version of a Destack project with Next.js.

Deploy your own

Deploy the example using Vercel or preview in Gitpod:

<img src="https://raw.githubusercontent.com/LiveDuo/destack/main/assets/deploy/vercel_big.png" width="92">     <img src="https://raw.githubusercontent.com/LiveDuo/destack/main/assets/deploy/gitpod_big.png" width="92">

How to

Development

Clone this repository:

git clone https://github.com/liveduo/destack-starter

Install dependencies:

npm i

Run in development:

npm run dev

Production

Build for production:

npm run build

Run in production:

npm start

Deploy it to the cloud with Vercel (Documentation).