Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 455 Bytes

Pixi'VN Tester

This repository is used to develop and debug the pixi-vn library.

Instructions

Clone the repository, download the submodules and install the dependencies

git clone https://github.com/DRincs-Productions/pixi-vn-tester
git submodule update --init --recursive
npm install

Run the project

npm start

If you want debug you can press F5 in Visual Studio Code to start the debugger.