feat(bookoomoo): add clean landing page with hero, features, how-it-works, donation, and CTA; route at /landing and fallback redirect
This commit is contained in:
33
bookoomoo-app/README.md
Normal file
33
bookoomoo-app/README.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Bookoomoo App
|
||||
|
||||
Dev server setup (Vite + React + Tailwind).
|
||||
|
||||
## Prerequisites
|
||||
- Node.js 18+
|
||||
- npm 9+
|
||||
|
||||
## Local env
|
||||
- Copy `.env.example` to `.env` and set `VITE_N8N_BASE_URL` if you have an n8n backend.
|
||||
|
||||
## Install dependencies
|
||||
```
|
||||
# From repo root (monorepo workspaces)
|
||||
npm install
|
||||
```
|
||||
|
||||
## Run dev server
|
||||
```
|
||||
# From repo root
|
||||
npm run dev:bookoomoo
|
||||
# Or inside the app folder
|
||||
cd bookoomoo-app && npm run dev
|
||||
```
|
||||
|
||||
## Build
|
||||
```
|
||||
# From repo root
|
||||
npm run build:bookoomoo
|
||||
# Or inside the app folder
|
||||
cd bookoomoo-app && npm run build
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user