Skip to content

Latest commit

 

History

History

web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Online N editor

Uses Monaco for a VS Code-like experience.

IMPORTANT: In order to build this, you need to first build the Nearley grammar in the js/ folder first. See its README for more info.

# Install global dependencies
npm install --global ts-node

# Install more dependencies
npm install

# Serve local development server that watches for changes in the files
npm run serve

# Build for production
npm run build

# Deploy to GitHub Pages
npm run deploy