Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 460 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 460 Bytes

LsSpikes repository

By Bill Ticehurst

This repo is for experimenting with various language service implementations.

Run npm install to install the dependencies. e.g.

Build back in the main repo by running npm run build. Launch the web site with npm start and browse to http://localhost:3000.

If you have a TypeScript repo in a sibling folder (i.e. '../TypeScript'), you can update the local copy of TypeScript by running npm run updatets.