Skip to content

EUREKA-ITB/eureka-itb24

Repository files navigation

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

Getting Started

Clone this repository with the command:

# using https
git clone https://github.com/EUREKA-ITB/eureka-itb24.git
# or using SSH
git clone git@github.com:EUREKA-ITB/eureka-itb24.git
# or using GitHub CLI
git clone gh repo clone EUREKA-ITB/eureka-itb24

Change current working directory to the cloned repository's folder:

cd eureka-itb24

and then run

npm install

and after everything is installed, you can start run the development server using:

npm run dev

That's it!

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