GovTech Edu Indonesia is dedicated to bringing irreversible impact to Indonesia by building user-centered, high-quality technology. We partner with the Indonesian government to develop and deliver solutions to affect nationwide transformation through technology. Our current focus is on transforming the education sector.
This repository contains the source code for the GovTech Edu Indonesia company profile website. The website is built using Next.js, a React framework for production.
To run this project locally, follow these steps:
Ensure you have the following installed on your development machine:
- Node.js (which includes npm)
- Yarn (optional, if you prefer using yarn over npm)
- PNPM (optional, another package manager alternative)
- Bun (optional, a new JavaScript runtime)
Clone the repository to your local machine:
git clone https://github.com/yourusername/govtech-edu-indonesia.git
cd govtech-edu-indonesia
npm install
# or
yarn install
# or
pnpm install
# or
bun install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun 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.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
The live deployment of this project is available here.
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.
- Next.js GitHub repository - Feedback and contributions are welcome!
We welcome contributions to improve this project! If you have suggestions, feature requests, or bug reports, please open an issue or submit a pull request.