Skip to content

Alanaktion/cubik3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published