Skip to content

rtutin/singularity

 
 

Repository files navigation

Cyberia

Network config

Singularity

Unified backend for integrating and interacting with multiple public APIs.


Components

singularity/
├── backend/laravel/   # Laravel 13 + Vue 3 + Inertia API
├── frontend/jekyll/   # Jekyll static site (Cyberia Blog)
├── hardhat/           # Solidity contracts
├── linux/             # Cyberia OS build config
├── services/          # Lisp daemon services
└── scripts/           # Deployment & maintenance scripts

Quick Start (Laravel Backend)

cd backend/laravel
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate:fresh --seed
npm install && npm run build

composer run dev

Daemon Service

The Lisp daemon runs via systemd. See service configuration in README or cli.sh.


License

GPL-3.0


See CONTRIBUTING.md for contribution guidelines.

About

self-upgradable app

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Elixir 65.9%
  • TypeScript 20.7%
  • HTML 2.8%
  • SCSS 2.7%
  • Solidity 2.5%
  • JavaScript 1.6%
  • Other 3.8%