ticktok-dashboard

Dashboard for Ticktok.io server

Usage no npm install needed!

<script type="module">
  import ticktokDashboard from 'https://cdn.skypack.dev/ticktok-dashboard';
</script>

README

Ticktok.io Dashboard

CircleCI Release License Gitter

This is the dashboard UI for Ticktok.io It's packaged specifically to be used in Ticktok.io server's build.

Run tests

Jest test

npm test

Specification tests

npm start # start serving the ui 
docker-compose up -d # start dependant services
npm run spec # run tests