This is a Next.js project bootstrapped with create-next-app.
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-itb24Change current working directory to the cloned repository's folder:
cd eureka-itb24and then run
npm installand after everything is installed, you can start run the development server using:
npm run devOpen http://localhost:3000 with your browser to see the result.