This is the site where one can read the Quran with Pashto translations
The online version of this site can be found here: quran.tolafghan.com
For running the app locally on your computer you have to have node, npm and gridsome installed.
After that the app can be started running gridsome develop in the terminal.
Once the server is running, visit http://localhost:8080.
You have to have Vetur plugin installed and run Vetur: Generate grammar from... and then reload VS Code.
Source: vuejs/vetur#975 (comment)
This project uses Prettier to have a consistent format for all js and vue files.
To run Prettier on all files, run in your terminal:
npx prettier --config ./.prettierrc --write "**/*.{js,vue,css}"
Happy coding 🎉🙌