https://github.com/matildevoldsen/witt-cms
Witt CMS is an Inertia based CMS using Vue and tailwind.
https://github.com/matildevoldsen/witt-cms
Last synced: 3 months ago
JSON representation
Witt CMS is an Inertia based CMS using Vue and tailwind.
- Host: GitHub
- URL: https://github.com/matildevoldsen/witt-cms
- Owner: Matildevoldsen
- Created: 2023-06-23T06:54:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T20:32:03.000Z (almost 3 years ago)
- Last Synced: 2025-11-11T19:07:51.881Z (7 months ago)
- Language: Vue
- Size: 924 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Witt-CMS


Witt-CMS is a Laravel application powered by Inertia.js, Vue.js, and Tailwind CSS, with server-side rendering (SSR) for better performance and SEO. This project provides a robust CMS with a built-in forum and authentication via Laravel Jetstream.
## Features
- **Forum**: A built-in forum for users to start discussions and post responses.
- **Authentication**: Integrated authentication using Laravel Jetstream.
- **User Management (Coming soon)**: Comprehensive user management interface with Jetstream and Inertia.
- **Server-Side Rendering**: Improved performance and SEO with SSR.
- **Theme Customization (Coming Soon)**: A future feature will allow users to customize the application theme.
## Installation
```bash
# Clone the repository
git clone https://github.com/username/Witt-CMS.git
# Navigate to the project directory
cd Witt-CMS
# Install dependencies
composer install
npm install
# Create a .env file
cp .env.example .env
# Generate an application key
php artisan key:generate
# Run the database migrations
php artisan migrate
# Compile the assets
npm run dev
# Start the server
php artisan serve
```
Now, visit the URL below to see the application:
http://localhost:8000