Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 851 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 851 Bytes

CS:GO Skin Tester Frontend

This is a frontend that works with the CS:GO Skin Tester NodeJS backend.

Setup & Development

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Software Suite

The CS:GO Skin Tester frontend works in conjunction with a set of related tools. At least the NodeJS Backend and the SourceMod plugin for the CS:GO server are required to make it work.