Skip to content

Sai-Santosh-Pal/friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e7bc565 · · Dec 31, 2025

History

10 Commits
Dec 31, 2025
Dec 30, 2025
Dec 31, 2025
Dec 22, 2025
Dec 22, 2025
Dec 31, 2025
Dec 27, 2025
Dec 27, 2025
Dec 27, 2025
Dec 27, 2025
Dec 27, 2025
Dec 22, 2025

Repository files navigation

Friends

About

  • Its made in Nuxt.js
  • Initially i started off with Nuxt 4, but due to lack of resources i switched to Nuxt 3
  • In the start, i thought to build a social media app but due to time constraints i switched to the landing page
  • I designed and made the whole landing page on my own
  • I have implemented all basic things like props and components stuff

Installation

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install



# pnpm
pnpm install



# yarn
yarn install



# bun
bun installl

Development Server

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

# npm
npm run dev



# pnpm
pnpm dev



# yarn
yarn dev



# bun
bun run devv

Production

Build the application for production:

# npm
npm run build



# pnpm
pnpm build



# yarn
yarn build



# bun
bun run buildd

Locally preview production build:

# npm
npm run preview



# pnpm
pnpm preview



# yarn
yarn preview



# bun
bun run previeww

Check out the deployment documentation for more information.