https://github.com/barbapapazes/the-green-chronicle
Blog - A Nuxt Studio theme powered by Nuxt UI Pro, Nuxt Content and ready for Nuxt Studio
https://github.com/barbapapazes/the-green-chronicle
blog nuxt nuxt-content nuxt-studio nuxt-template nuxt-ui nuxt-ui-pro template vue
Last synced: about 2 months ago
JSON representation
Blog - A Nuxt Studio theme powered by Nuxt UI Pro, Nuxt Content and ready for Nuxt Studio
- Host: GitHub
- URL: https://github.com/barbapapazes/the-green-chronicle
- Owner: Barbapapazes
- Created: 2023-11-07T14:51:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T09:38:44.000Z (2 months ago)
- Last Synced: 2025-03-31T11:05:07.174Z (2 months ago)
- Topics: blog, nuxt, nuxt-content, nuxt-studio, nuxt-template, nuxt-ui, nuxt-ui-pro, template, vue
- Language: Vue
- Homepage: https://the-green-chronicle.barbapapazes.dev
- Size: 1.38 MB
- Stars: 77
- Watchers: 2
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# The Green Chronicle
[](https://ui.nuxt.com/pro)
The Green Chronicle is a blog theme for **company** that you can use in [Nuxt Studio](https://nuxt.studio).
It is powered by [Nuxt Content](https://content.nuxt.com) and [Nuxt UI Pro](https://ui.nuxt.com/pro)!
## Setup
Make sure to install the dependencies:
```bash
pnpm install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
pnpm run dev
```## Production
In order to build the application for production, you need to have a [Nuxt UI Pro](https://ui.nuxt.com/pro) license and set the `NUXT_UI_PRO_LICENSE` variable in the `.env` file.
Note that this is not required to run in development and contribute to the Nuxt website or documentation.
Build the application for production:
```bash
npm run generate
```