Skip to content

emilkovacevic/nextfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextfolio - Next.js Personal Portfolio Website

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

website cover

Build & Run

  1. Open the root folder of this repository with your code editor.
  2. Open the editor terminal and navigate to the same root directory.
  3. Install dependencies by running:
npm install.
  1. To start the development server, run:
npm run dev.

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

You can start editing the content by modifying website-data.ts file. The website auto-updates in the browser as you edit the file.

Learn More

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

Deployment

  • Make sure to update the public/sitemap.xml file with your actual website URL.

  • The easiest way to deploy the website is to use the Vercel Platform.

Check out the Next.js deployment documentation for more details.