This is a Next.js project bootstrapped with create-next-app
.
First, install the packages:
npm install
Second, run the scripts:
./scripts/create_db sectech
./scripts/populate_db
Lastly, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.