contartec-web

Contartec Web

Usage no npm install needed!

<script type="module">
  import contartecWeb from 'https://cdn.skypack.dev/contartec-web';
</script>

README

Contartec Web

CircleCI Maintainability deepcode

Installing

Requirements

Get your github personal token (with read:packages permissions)

npm config set '//npm.pkg.github.com/:_authToken' "${GH_TOKEN}"
npm install -g eslint bower

Also make sure you have:

  • node v10.x.x

Running

Copy .env.example to .env replacing the informations with the correct ones.

Run npm install && bower install.

Run npm start in order to serve the application.

Testing

Run npm run test or npm run test:watch.

Deployment