Skip to content

ryanjwong/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Destack Starter

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

  • There's one page, pages/index.js, that shows the visual editor (in development) and the compiled version (in production).
  • All the magic is done in, pages/api/builder/handle.js, that has to be setup once and handles templates saving and loading.

Deploy your own

Deploy the example using Vercel or preview in Gitpod:

   

How to use

Clone this repository:

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

Install dependencies:

npm i

Run the project in development:

npm run dev

Deploy it to the cloud with Vercel (Documentation).

Export the project to static HTML with:

npm run export

This will export index.html to the out directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from LiveDuo/destack-starter