System Requirements:
- Node.js 18.17^ or later.
- pnpm - package manager (recommended)
First, install dependencies:
npm i
# or
pnpm install
# or
yarn install
Now, run the development server, but first please configure (env variables)[https://isomorphic-doc.vercel.app/getting-started/installation#setting-environment-variables]:
npm run dev
# or
pnpm dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/(hydrogen)/page.tsx
. The page auto-updates as you edit the file to learn more about this template please visit our Official Documentation.
checkout our package.json
scripts for more command.
To learn more about Isomorphic & Next.js, take a look at the following resources:
- Isomorphic Documentation - learn about Isomorphic.
- RizzUI - a react ui library by REDQ.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.