### 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 Make sure to run `npm update` before anything else. For development I use: `NODE_TLS_REJECT_UNAUTHORIZED=0 DEV=1 npm run dev`. To delpoy it you have first to build it with `npm run build` and then run docker compose with: `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.