Skip to content

Soonad/moonad.org-old

Repository files navigation

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