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

https://github.com/danielroe/nuxtpressable


https://github.com/danielroe/nuxtpressable

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nuxt + WordPress (nuxtpressable)

This is a tiny, incomplete clone of WordPress built in [Nuxt](https://nuxt.com/) for a live-coding session at [Vue Toronto](https://vuetoronto.com/).



Screenshot of the nuxtpressable home page, displaying a single blog post

- [✨  Live Demo](https://nuxtpressable.netlify.app/)

## Features

- Built with [Nuxt](https://nuxt.com/)
- Authentication via [nuxt-auth-utils](https://github.com/atinux/nuxt-auth-utils) and GitHub OAuth
- Data stored in [Cloudflare KV](https://developers.cloudflare.com/kv/) with [unstorage](https://unstorage.unjs.io/)
- Tiptap editor via [nuxt-tiptap-editor](https://github.com/modbender/nuxt-tiptap-editor)
- Light & dark mode using [pico.css](https://picocss.com/docs/)
- Hosted on Netlify

## Try it out

### Setup

```bash
# install dependencies
pnpm install

# serve in dev mode, with hot reload at localhost:3000
pnpm dev

# build for production + preview locally
pnpm build && pnpm preview
```

## License

MIT