Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 461 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 461 Bytes

WakuDash

An adaptation of the Next.js course project built with:

Getting started

Install the packages:

npm install --force

Seed the database with data:

npm run seed

Run the project:

npm run dev

And check the dashboard page.