https://github.com/danielroe/nuxtpressable
https://github.com/danielroe/nuxtpressable
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielroe/nuxtpressable
- Owner: danielroe
- Created: 2024-11-20T00:11:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T04:33:02.000Z (over 1 year ago)
- Last Synced: 2025-01-15T14:40:11.351Z (over 1 year ago)
- Language: Vue
- Size: 106 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).
- [✨ 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