Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 533 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 533 Bytes

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