Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.69 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.69 KB

Isomorphic

Getting Started

System Requirements:

  1. Node.js 18.17^ or later.
  2. 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.

Learn More.

To learn more about Isomorphic & Next.js, take a look at the following resources:

Deploy on Vercel

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.

https://www.youtube.com/watch?v=MAtaT8BZEAo