This repo demonstrates simple usage of @litecode-ide/virtual-file-system (also referred to as VFS).
Clone this repo and use the package manager npm to install dependencies.
git clone https://github.com/LiteCode-IDE/vfs-sample.git
cd vfs-sample
npm i
npm run dev
Alternatively, you can try it out on CodeSandbox.