Skip to content

Latest commit

 

History

History
132 lines (111 loc) · 4.46 KB

README.md

File metadata and controls

132 lines (111 loc) · 4.46 KB

This is my portfolio page README for my GitHub repository.

Portfolio Website by Enkhbold Ganbold is licensed under Attribution-NonCommercial-NoDerivatives 4.0 International

Getting Started

To run the portfolio locally, follow these steps:

  1. Clone the repository.
  2. Install the dependencies by running npm install.
  3. Start the development server by running npm run dev.

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Docker Container

if you're running it on server, make sure containers run even though it is restarted, in order to do that, use this script:

docker run -d -p 80:3000 --restart unless-stopped enkhbold470/enk.icu-arm

Make sure when server boot, triggers docker.service, script:

sudo systemctl enable docker.service

sudo systemctl enable containerd.service

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.

Portfolio Website by Enkhbold Ganbold is licensed under Attribution-NonCommercial-NoDerivatives 4.0 International