Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 379 Bytes

File metadata and controls

27 lines (17 loc) · 379 Bytes

Hackathon Kit

How it works?

It combines the flexibility of Strapi CMS, DataViz and quick query of Metabase and awesomeness of Postgres database.

It uses docker-compose to have this starter kit run out of the box.

How to use?

  • Install dependencies
npm i
  • Run docker-compose
docker-compose up -d
  • Run strapi
npm run develop