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