I think @Prashant Shahi / @Ankit Nayan should be able to guide you better.
p
Prashant Shahi
12/27/2022, 5:40 PM
Hi @Axay Sagathiya 👋
You would want to install
sqlite
on the machine to set it up locally:
Copy code
sudo apt update
sudo apt install sqlite -y
a
Axay Sagathiya
12/28/2022, 7:02 PM
I wanted to make it easy by adding commands into makefile.
I'm using linux so i added commands for the same.
I raised a PR for the Same. and added a check if it's running on Linux.
it's still to add a command for Mac, Mac used can do it better.