Node/Vue/Nuxt site promoting ManifoldJS tool to build manifest files
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
npm run dev
- Visit your app at http://localhost:3000.
npm test
npm run cover
npm install selenium-standalone@latest -g
only onceselenium-standalone install
only oncenpm run e2e
You need to have installed Java JDK
npm run build
(production)
npm start
(doesn't compile the code)