Starter template for Destack beta - the visual page builder for Next.js & React.
The Destack Starter Beta is a basic version of the Destack theme, developed with Next.js. It includes a single page with a visual editor (in development) and a compiled version (in production). The main functionality of the theme is handled by the “handle.js” file in the “pages/api/builder” directory, which manages template saving and loading.
To install the Destack Starter Beta theme, you can follow the steps below:
Clone this repository to your local machine.
git clone [repository_url]
Install the dependencies required for the theme.
npm install
Run the theme in development mode.
npm run dev
For production, build the theme.
npm run build
Run the theme in production mode.
npm start
You can also deploy the theme to the cloud using Vercel. Refer to the Vercel documentation for more information.
The Destack Starter Beta is a basic version of the Destack theme built with Next.js. It includes a visual editor for customization and provides a compiled version for optimized performance. The main functionality is managed by the “handle.js” file, which handles the saving and loading of templates. To install the theme, you can clone the repository and follow the installation steps provided.