Open Source static sites generator with content management system
- Templates
- Choose templates from gallery
- Create your own templates
- Editor
- Сreate pages and blocks with rich-text editing
- Real-time preview
- Deploy (WIP)
- FTP
- Github Pages
- Vercel
Make sure you have a Node.js and npm.
cd src/frontend
npm i
npm run serve
npm run build
npm run lint
Make sure you have a .NET 6 and Docker.
cd src/backend
dotnet build
dotnet run
Use docker-compose to deploy application:
cd src
docker-compose up --build -d