An open API service indexing awesome lists of open source software.

https://github.com/danielroe/nuxtpressus

A site template built with Nuxt and Directus
https://github.com/danielroe/nuxtpressus

directus nuxt nuxt-template template

Last synced: 3 months ago
JSON representation

A site template built with Nuxt and Directus

Awesome Lists containing this project

README

        

# NuxtPressus

> A site template built with Nuxt and Directus



Screenshot of nuxtpressus.netlify.app

[👉  Check it out](https://nuxtpressus.netlify.app/)

## ✨ Features

- Built with [Nuxt](https://nuxt.com/) for the frontend
- Using [Directus](https://directus.io/) for the backend
- [UnoCSS](https://unocss.dev/) for atomic CSS
- Deployed on [Netlify](https://www.netlify.com/)
- ... plus, [ESLint](https://eslint.org/), [html-validate](https://html-validate.org/), and more

## 🛝 Try it out locally

You can try the app out locally.

First, [create a Directus instance](https://docs.directus.io/getting-started/quickstart.html#quickstart-guide). This project was bootstrapped on [Directus Cloud](https://directus.cloud/account/register/) using the 'Simple CMS' template.

Then, get your administrator token from the bottom of your user profile page, and add it to an `.env` file in your project.

```
corepack enable
echo DIRECTUS_TOKEN="" > .env
pnpm i
pnpm dev
```

## ❤️ Credits

The design was inspired by the elegant [Twenty Twenty-Five theme](https://wordpress.com/theme/twentytwentyfive) for [WordPress](https://wordpress.org/). ✨

## 🏛️ License

Made with ❤️

Published under [MIT License](./LICENCE).