Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 517 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 517 Bytes

Next.js REDDIT

How to Init

npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
# or
pnpm create next-app -- --example with-tailwindcss with-tailwindcss-app

STEPZEN

npm install -g stepzen
stepzen login

create folder 'stepzen'

cd stepzen
stepzen init
stepzen import postgresql

db host: SUPABASE DB db name: postgres db username: db password: NEXT_PUBLIC_SUPABASE_DB_PASSWORD