Added Nova :3
This commit is contained in:
parent
5363a0c137
commit
50e1004784
|
@ -1,9 +1,9 @@
|
||||||
# magnetar
|
# magnetar
|
||||||
|
|
||||||
![Magnetar logo, an 8-pointed star with two symmetrical cones](./fe_calckey/frontend/assets/favicon.png)
|
|
||||||
|
|
||||||
A social networking server anyone can self-host
|
A social networking server anyone can self-host
|
||||||
|
|
||||||
|
![Nova, the foxgirl mascot of Magnetar, themed purple, orange, and blue](/doc/nova.webp)
|
||||||
|
|
||||||
**This project is in early development.**
|
**This project is in early development.**
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
@ -24,6 +24,7 @@ Read further for additional information.
|
||||||
## What's inside
|
## What's inside
|
||||||
|
|
||||||
Magnetar builds to two primary binaries:
|
Magnetar builds to two primary binaries:
|
||||||
|
|
||||||
- magnetar -- The backend
|
- magnetar -- The backend
|
||||||
- magnetar_calckey_fe -- A web server hosting a self-contained frontend
|
- magnetar_calckey_fe -- A web server hosting a self-contained frontend
|
||||||
|
|
||||||
|
@ -43,9 +44,11 @@ Magnetar can be built both as standalone binaries or OCI containers (Podman, Doc
|
||||||
### Native
|
### Native
|
||||||
|
|
||||||
Building the Magnetar backend requires:
|
Building the Magnetar backend requires:
|
||||||
|
|
||||||
- latest stable Rust toolchain
|
- latest stable Rust toolchain
|
||||||
|
|
||||||
Building the included Magnetar/Calckey frontend requires:
|
Building the included Magnetar/Calckey frontend requires:
|
||||||
|
|
||||||
- latest stable Rust toolchain
|
- latest stable Rust toolchain
|
||||||
- Node.js and npm
|
- Node.js and npm
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 142 KiB |
Loading…
Reference in New Issue