Blog is a progressive web application that allows you to get the latest news on Puroto.
- Open a terminal and clone this repository using git.
git clone https://github.com/PurotoApp/Blog.git - cd into the repository folder and install the dependencies.
cd Blog npm install - Run the application.
npm run dev