platforms
A full-stack Next.js app with multi-tenancy.
File Explorer
Download Latest Version (.zip)- dashboard.tsx
- page.tsx
- page.tsx
- actions.ts
- favicon.ico
- globals.css
- layout.tsx
- not-found.tsx
- page.tsx
- subdomain-form.tsx
- button.tsx
- card.tsx
- dialog.tsx
- emoji-picker.tsx
- input.tsx
- label.tsx
- popover.tsx
- redis.ts
- subdomains.ts
- utils.ts
- .gitignore
- components.json
- next-env.d.ts
- next.config.ts
- package.json
- pnpm-lock.yaml
- postcss.config.mjs
- proxy.ts
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/vercel/platforms
Downloads the entire project code from GitHub to your computer.
cd platforms
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
