Follow this guide for a quick start setup & installation instructions.
Once you downloaded the template, you will see a zip file. Please unzip the template using your operating system's default option.
Inside the ZIP, you can find two folders. One is a Help Docs which will give you access to this documentation (the one you are reading now) and then the main project folder. named like projectname-technology
. eg: greenhome-next
Open this folder in your favorite code editor. We recommend VSCode. Now open terminal inside the IDE. (Ctrl + `) and run the command as shown in the next step.
Next, we have to run some commands in the terminal to setup our newly downloaded template. Please choose one of the below guides based on your template framework.
If you have downloaded an eleventy template, please follow this steps or skip.
npm install
This step is only required the very first time.
npm run build
npm run start
If everything's done correctly, you can find your website live at http://localhost:8080
If you have downloaded a Next.js Template, please follow the steps below.
yarn
yarn dev
If everything's done correctly, you can find your website live at http://localhost:3000
Please follow the guides for setting up Sanity CMS & TailwindCSS