Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.1 KB

readme.md

File metadata and controls

21 lines (11 loc) · 1.1 KB

Crick Click

In Sri Lanka, there are plenty of cricketers who play matches all over the island which are not considered national matches and there are some talented players among them that do not get a chance to rise to the national level. Especially in rural areas, there are very few chances to earn recognition as a cricket player. This software is trying to find the solution for that while giving players and match organizers to use the software as a Scoreboard. The software is developed as a website to display the live cricket scoreboard across the internet for any cricket match conducted in Sri Lanka.

frontend

npm install

crick click frotend is developed with the vue js and related technologies. to start the frontend as a development server go to the frontend and run the following command.

npm run serve

to build the final production ready application execute the following command.

npm run build

aditional: to check the linting errors and fix coding styles use following command.

npm run lint

please note that to run and develop vue application node js must be installed to your system.