Quicky manage content and deploy static websites within just a few clicks.
Lamy CMS is a cross-platform desktop app for managing website content powered by SvelteKit and Tauri.
TODO
TODO
Lamy CMS is built using Tauri. The first step is to install Rust and system dependencies.
- Install Rust using rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shFor more information about rust setup see Notes about Rust installation
-
Head to Tauri Prerequisites page to see other requirements based on your system.
-
Install Node.js v18+ from official website, or use nvm.
# With nvm
nvm install --lts
nvm list
# Replace 18.14.2 with the version you have installed
nvm use 18.14.2See CONTRIBUTING.md for information on how to develop Lamy CMS locally.