AnalogIST is the platform that gathers all analyses made for ezPAARSE. http://ang.couperin.org/
- Node.js v6+
- MongoDB v2.6+
Before running anything, create a local config file config/local.json
and provide the trello board to use and your API credentials. All defaults are visible in the the default.json file.
You can also use environment variables, following this mapping file.
# install dependencies
npm install # Or yarn install
# serve with hot reload at localhost:3000
npm run dev
# build for production and launch server
npm run build
npm start
For detailed explanation on how things work, checkout the Nuxt.js docs.
# Run tests
npm test
# Run lint
npm run lint