- Clone the repository:
git clone https://github.com/Smartich0ke/FerriteCMS.git
- Install frontend dependencies:
npm install
- Install backend dependencies:
composer install
- Create a .env file and fill out the necessary information:
cp .env.example .env
nano .env #Ctrl + S to save, Ctrl + X to exit
- Create an sqlite database (Laravel will ask to create a database if it doesn't already):
php artisan migrate
- Generate an application key:
php artisan key:generate
- Build the frontend:
npm run build
or
npm run dev #runs the live-load development server
- Run the application:
php artisan serve
- Navigate to http://localhost:8000 in your browser and enjoy!
- Laravel
- PHP
- Postgres (SQLite for development)
- Blade
- Bootstrap
- Sass
- Vue.js
- Chart.js
- Axios
- Vite
- Material Design Icons (with iconify)