Skip to content

Getting Started (Installation)

Kenny Doan edited this page Jul 22, 2024 · 1 revision

Welcome to the Hackathon-Summer-2024 wiki!

Prerequisites

Install dependencies with:

npx next dev

Verify your Node.js version is at least version v18.17.0 or higher

nvm install v20.14.0

To run application in development mode:

npm run dev

To run application in production mode:

npm run build