Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 766 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 766 Bytes

Moonad website

License: MIT Formality-version build

Build Instructions

npm i
npm run build
cd src
node server.js

Access localhost on your browser.

CLI Commands

  • npm install: Installs dependencies

  • npm run build: Production-ready build

  • npm run lint: Pass TypeScript files using TSLint

  • npm run lint-fix: Automaticaly fix some lint errors

  • npm run test: Run tests