Skip to content

mohammadrony/portfolio

Repository files navigation

Portfolio

This is a Next.js project bootstrapped with create-next-app.

Getting Started

To get started with this project, follow these steps:

1. Clone the repository

git clone https://github.com/mohammadrony/portfolio.git
cd portfolio

2. Install Dependencies

npm install
# or
yarn install
# or
pnpm install
# or
bun install

3. Run the Development Server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

4. Build for Production

npm run build
# or
yarn build
# or
pnpm build
# or
bun build

5. Start Production Server

npm run start
# or
yarn start
# or
pnpm start
# or
bun start

Project Structure

  • app/: Contains all the Next.js application logic, including pages, components, and API routes.
  • public/: Stores static assets like images, robots.txt, and favicon.ico.
  • next.config.ts: Next.js configuration file, including redirects and other settings.
  • package.json: Project dependencies and scripts.

Learn More

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors