From a58479f7e9b30bd48fec69b158c9a2c6621cb4db Mon Sep 17 00:00:00 2001 From: vtempest Date: Mon, 2 Dec 2024 16:45:34 -0800 Subject: [PATCH] fixed readme link --- README.md | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2add625..bbcea0c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,24 @@ -![](https://i.imgur.com/6r83blS.png) - -![GitHub Discussions](https://img.shields.io/github/discussions/vtempest/Serverless-DOCS-Stack)![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)![](https://github.com/codespaces/badge.svg) - -### 🎮[Live Demo](https://serverless-docs-stack.vtempest.workers.dev)   📑[Files & Functions Docs](https://vtempest.github.io/Serverless-DOCS-Stack/) +

+ +

+

+ + GitHub Discussions + + + PRs Welcome + + + + +

+

+ 🎮Live Demo +

+

+ 📑 Files & Functions Docs (starterdocs.js.org) +

### ⚒️ Serverless DOCS Stack: Drizzle OAuth Cloudflare Svelte @@ -35,9 +51,9 @@ ### ⬇️ Installation 1. Install prerequisites Node.js or Bun `curl -fsSL https://bun.sh/install | bash`. Optional: Setup shell with dev tools like nvim, fish, system info with [Server-Shell-Setup](https://github.com/vtempest/Server-Shell-Setup) -2. Clone to localhost or server `git clone https://github.com/vtempest/Serverless-DOCS-Stack`. +2. Clone to localhost or server `git clone https://github.com/vtempest/svelte-docs-starter`. Optional: Press `.` when on the Github repo page to fork and run in Github Workspaces. -3. CD to project directory `cd docs-stack-starter`. +3. CD to project directory `cd svelte-docs-starter`. 4. Install dependencies `bun install`. 5. `mv .env.example .env ; mv wrangler.example.toml wrangler.toml` and set the domain and API keys in `.env`. 6. Auth providers, get id/secret from [Google](https://console.cloud.google.com/apis/credentials).