Preview: nextjs-helpcenter-template.voidfull.com
Use this template to quickly get started by creating a Help Center for your own Product / Company using Voidfull.
- Register an account on Voidfull.
- Create a Team
- Create a Site
- Create and copy the Token
You can skip the step for setting up locally and deploy it on Railway.
You need to clone this repository and install the dependencies:
# NPM
npm install
# YARN
yarn
# PNPM
pnpm install
Rename the .env.example
file to .env
and paste the following environment variables.
NEXT_PUBLIC_VOIDFULL_SITE_ID=<your_voidfull_site_id>
NEXT_PUBLIC_VOIDFULL_CONTENT_TOKEN=<your_voidfull_token_id>
Run the following command in your terminal
# NPM
npm run dev
# YARN
yarn dev
# PNPM
pnpm dev
Navigate to http://localhost:3000
to open the site your browser.