This is a Next.js project bootstrapped with create-next-app
.
- Open the root folder of this repository with your code editor.
- Open the editor terminal and navigate to the same root directory.
- Install dependencies by running:
npm install.
- 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.
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.
-
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.