Clone the below repository:
https://github.com/WAD-Team-Alpha/BlogSite
Make file has all the set of commands under few headings
make <Heading>
The above code runs all the commands under 'Heading'
Now run the below command:
make build for dev
The above command runs all the commands under build for dev heading. This command containerises both frountend and backend and sets up a environment.
Run the below command to run the application:
make run dev