/nandpl

Web interface for running NAND, NAND++, and NAND<< programs

Primary LanguageOCaml

The NAND Programming Language Editor CircleCI

Setup

# Install dependencies
npm install

# Serve with hot reload at localhost:8080
npm run dev

# Compile OCaml -> JS
npm run buildml

# Build for production with minification
npm run build

# Build for production and view the bundle analyzer report
npm run build --report

# Serve the built, production-ready version of the website
npm run buildtest

# Run unit tests
npm run unit

# Run e2e tests
npm run e2e

# Run all tests
npm test

Scaffolding from vue-webpack-boilerplate with extra features:

  1. Circle CI support
  2. SCSS
  3. Crockford style and linting
  4. HTML boilerplate
  5. Git precommit linting

For detailed explanation on how things work, checkout the guide and docs for vue-loader.