Skip to content

renaatd/mininecjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e05f12b · May 3, 2022

History

26 Commits
Apr 16, 2022
Apr 16, 2022
May 3, 2022
May 1, 2022
Apr 16, 2022
May 1, 2022
Mar 31, 2022
Apr 16, 2022
Apr 16, 2022
Apr 25, 2022
Apr 17, 2022
Apr 17, 2022
Apr 16, 2022
Apr 16, 2022
Apr 16, 2022
Apr 16, 2022
Apr 24, 2022

Repository files navigation

MininecJS - MiniNEC in the browser

This project uses TypeScript / Vue 3 / Vite.

The actual antenna calculations are done by a C++ library compiled to WebAssembly, and included as a JavaScript blob.

Project setup

npm install

Compile for development

npm run dev

Compile for production

npm run build

Lint files

npm run lint

Run unit tests (limited coverage)

npm run test:unit