aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6dc1ccf3721bd827528f453a72b4f8e2575241e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
### 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.