Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.15 KB

🌐 Personal Website

This is the source code for https://grthomelab.com/

Getting Started

Clone the app, then run:

npm run dev
# or
yarn dev
# or
pnpm dev

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

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

Building and Deploying

To deploy the app: Clone the repo, cd into it, install dependencies then build the app. You can then run like below or build a Docker image and run it in a container using the Dockerfile

Project Commands

  • Fetch dependencies: npm install
  • Start development server: npm run dev
  • Build for production: npm run build
  • Start production server: npm run start

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!