Next.js starter for creating a SaaS Marketing Website with Hygraph
The reference-marketing-website is a starter template for creating a SaaS Marketing Website using Next.js and Hygraph. It provides a set of features and functionality to quickly build a professional marketing website for a software-as-a-service (SaaS) product.
To install the reference-marketing-website template, follow these steps:
Clone the repository to your local machine:
git clone [repository-url]
Install the project dependencies using npm or yarn:
npm install
Provide your Hygraph project keys:
.env.local.example
file and rename it to .env.local
..env.local
file and provide values for the variables based on your Hygraph project settings UI.Start building your website by customizing the existing components and pages according to your needs.
The reference-marketing-website template is a Next.js starter that provides a foundation for building a SaaS Marketing Website. With features such as Next.js Preview Mode, internationalized routing, and support for GraphQL Union Types, developers can quickly create a professional and scalable marketing website for their SaaS product. The template also includes installation instructions for easy setup and customization.