Skip to content

iczky/company-profile-codechallenge

Repository files navigation

GovTech Edu Indonesia

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.

Project Overview

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.

Getting Started

To run this project locally, follow these steps:

Prerequisites

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)

Installation

Clone the repository to your local machine:

git clone https://github.com/yourusername/govtech-edu-indonesia.git

cd govtech-edu-indonesia

Install the Dependencies

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Running the Development Server

Start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Editing the Content

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

Font Optimization

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Deployment

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.

Learn More

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!

Contribution

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.

Releases

No releases published

Packages

No packages published

Languages