This is my portfolio page README for my GitHub repository.
Portfolio Website by Enkhbold Ganbold is licensed under Attribution-NonCommercial-NoDerivatives 4.0 International
To run the portfolio locally, follow these steps:
- Clone the repository.
- Install the dependencies by running
npm install
. - 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.
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
sudo systemctl enable docker.service
sudo systemctl enable containerd.service
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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