### Scale This the scale project. This is the frotend of a simple image board. You can find the API [here](https://git.batnako.net/scale-api.git/). ### Build and Run For development I use: `NODE_TLS_REJECT_UNAUTHORIZED=0 DEV=1 npm run dev` To delpoy it with docker: `docker-compose up scale` ### What can it do? You can post images and text into threads and comments, and quote other people. It is a image board, what did you expect? It uses Astro and NodeJS for server-side rendering.