Docs
Getting started with ZexaNext
Getting started with ZexaNext
Welcome to ZexaNext - A Next.js template for building a SaaS in hours.
Setting up base is easy and takes just few minutes. Follow the steps below to get started.
- The first step to getting started with ZexaNext is to clone the repository and install the dependencies.
-
Rename
.env.example
to.env
and update the environment variables. -
Open
http://localhost:3000
to see the project running. You can now start customizing the template to suit your needs.
.env file
Rename the .env.example
file to .env
and update the environment variables. Change AUTH_SECRET
to something else. The file content should look like this: