Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

veegishx/CreativeMauritius

Repository files navigation

LOGO

Momentale Build Status

Redefining online storytelling.

Momentale is a simple and intuitive content managing platform focused on improving storytelling through realtime collaborative writing. Momentale is built on top of Laravel framework and thus makes it highly modular in terms of developing themes and plugins.

##How to install ###Step 1: Clone the repository

git clone https://[email protected]/VEEGISHx/momentale.git

###Step 2: Install Dependencies

composer install

###Step 3: Generate a new Application Key

php artisan key:generate

###Step 4: Run Migrations

php artisan migrate

###Step 5: Install Node Modules

npm install

###Step 6: Compiling assets Run the following command to compile all assets specified in gulpfile.js

gulp watch

If an error occurs then run this command:

npm rebuild node-sass