Alanaktion / cubik3

A WIP Laravel+Vue+Tailwind social network

Home Page:https://cubik3.phpizza.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cubik3

An open source self-hosted social network, built with Laravel, Vue.js, and Tailwind CSS.

This project is still in early development and is not usable yet.

Installation

Clone the repository, then:

composer install
cp .env.example .env

Add your database connection information to the .env file, then continue:

php artisan migrate
php artisan storage:link
npm run dev

Then, either set up a web server pointing to the public/ directory, or run php artisan serve to start a local development server.

About

A WIP Laravel+Vue+Tailwind social network

https://cubik3.phpizza.com

License:MIT License


Languages

Language:PHP 66.8%Language:Vue 29.3%Language:JavaScript 2.5%Language:Shell 0.7%Language:Blade 0.6%Language:CSS 0.1%