Skip to content
View letsgohimalaya's full-sized avatar
  • Joined Jul 2, 2025

Block or report letsgohimalaya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
letsgohimalaya/README.md

Nuxt Content Starter

Look at the Nuxt Content documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Popular repositories Loading

  1. letsgohimalaya letsgohimalaya Public

    Minimalist start, limitless possibilities: craft your vision!

    TypeScript

  2. content content Public

    Forked from nuxt/content

    The file-based CMS for your Nuxt application, powered by Markdown and Vue components.

    TypeScript