Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 3.73 KB

README.md

File metadata and controls

16 lines (11 loc) · 3.73 KB

VFS Sample Project

This repo demonstrates simple usage of @litecode-ide/virtual-file-system (also referred to as VFS).

Installation

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.