https://github.com/raclettes/bibliotecha
https://github.com/raclettes/bibliotecha
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raclettes/bibliotecha
- Owner: raclettes
- Created: 2022-09-11T14:30:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T14:30:38.000Z (over 2 years ago)
- Last Synced: 2024-11-17T10:45:52.520Z (6 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biblotecha
A WIP headless CMS system, designed to be blazingly fast and have minimal CPU/GPU impact.
## Installing on WSL
You will need to install supplementary packages if not already installed:
```bash
sudo apt install build-essential
sudo apt install pkg-config
sudo apt install openssl
sudo apt install libssl-dev
```