From 51d0305d50cdcd8225e9d1d5ec4434eaf32dff11 Mon Sep 17 00:00:00 2001 From: Marios Antonoudiou Date: Mon, 21 Apr 2025 10:09:10 +0300 Subject: [PATCH] Delete readme --- README.md | 60 ------------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index b94a89b..0000000 --- a/README.md +++ /dev/null @@ -1,60 +0,0 @@ -# Hello Edge - -A minimal [Nuxt](https://nuxt.com) starter deployed on the Edge using [NuxtHub](https://hub.nuxt.com). - -https://hello.nuxt.dev - - -Hello World template for NuxtHub - - -## Features - -- Server-Side rendering on Cloudflare Workers -- ESLint setup -- Ready to add a database, blob and KV storage -- One click deploy on 275+ locations for free - -## Setup - -Make sure to install the dependencies with [pnpm](https://pnpm.io/installation#using-corepack): - -```bash -pnpm install -``` - -You can update the main text displayed by creating a `.env`: - -```bash -NUXT_PUBLIC_HELLO_TEXT="Hello my world!" -``` - -## Development Server - -Start the development server on `http://localhost:3000`: - -```bash -pnpm dev -``` - -## Production - -Build the application for production: - -```bash -pnpm build -``` - -## Deploy - - -Deploy the application on the Edge with [NuxtHub](https://hub.nuxt.com) on your Cloudflare account: - -```bash -npx nuxthub deploy -``` - -Then checkout your server logs, analaytics and more in the [NuxtHub Admin](https://admin.hub.nuxt.com). - -You can also deploy using [Cloudflare Pages CI](https://hub.nuxt.com/docs/getting-started/deploy#cloudflare-pages-ci). -