Web interface for Kompot.
1. Clone the repository
2. Make sure you have npm installed
3. cd ztable
4. Install project dependencies ```npm install```
5. Run the project ```npm run serve```
6. Open your browser with this url ```http://localhost:8080/```
npm run serve
npm run build
npm run lint