Preview: astro-blog-template.voidfull.com
Use this template to quickly get started by creating a Blog for your own Product / Company using Voidfull.
- Register an account on Voidfull.
- Create a Team
- Create a Site
- Create and copy the Token
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.
VOIDFULL_SITE_ID=<your_voidfull_site_id>
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:4321
to open the site your browser.
You can modify the config.ts
file in the root of this directory.