blob: cf60646055069572c2d6eba9edaca75f303f491c (
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 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.
|