Home
NextSaaS

Getting Started

Get started by Downloading the site source codes.

What you'll need

  • Node.js version 21.7.1 or above:
  • Hugo 0.141.3 or above version installed.

Start your site#

Installation#

  1. open Command prompt and create a fresh hugo site using the following command: hugo new site site-name
  2. Now enter into the root Directory: cd site-name
  3. Copy all the downloaded file form nextsaas-hugo folder and paste them into the root folder.
  4. Use npm install command to build all the necessary packages for the site.
  5. Use hugo serve command to builds your website locally and serves it through a development server, ready for you to view at http://localhost:1313/.

** Note: ** Change the baseURL from the hugo.toml file to the domain name of the site.