git: reset

This commit is contained in:
k
2024-06-23 17:38:53 +02:00
commit a1a576d088
375 changed files with 40952 additions and 0 deletions

19
server/README.md Normal file
View File

@@ -0,0 +1,19 @@
# Satonomics - Server
## Description
A small server which automatically creates routes for all the created datasets
## Requirements
- `rustup`
## Run
```bash
# Install rustup
# Update ./run.sh if needed
./run.sh
```
Then the easiest to let others access your server is with `cloudflared` which will also cache requests.