Quick Installation Guide
- Create a database as
jogi_dev
& Import included SQL file that comes with the Jogi zip file jogi_dev.sql
.
- Open the terminal window into the
jogi-react-next
folder.
- Run
npm install --force
.
- Run
npm run dev
.
- Open the browser and copy and paste the link- http://localhost:3000 in the browser address bar.
- The website will load, and the process is done!