Skip to content
Stupid edited this page Sep 25, 2024 · 13 revisions

Tech stack

Backend:

  • Typescript
  • Express.js
  • PostgreSQL
  • Clojure (Math)

Frontend:

  • ReactJS

Deployment:

  • Docker
  • Docker compose
  • Docker swarm (we are testing)
  • Kubernetes (we plan to test)

Develop UI with storybook

⚠️ Under construction 🚧 👷

How to setup and run story book

  1. If you have not install nodejs, you should go to nodejs and install...
  2. Clone the polis-storybook directory and enter the dir
git clone ...
cd ...
  1. use npm command to run the UI
npm install
npm run
Clone this wiki locally