JSM DocsMarkdown aus /home/ag/codex

storymaster/Modules/OneClickTask/README.md

storymaster/Modules/OneClickTask/README

JSM Portal

Description

OCT-Frontend for Cosmos-Notes (Task-Manager) using Vue and Laravel.

Dev Setup

Seed the database with sample notes:

make seed

Build the module assets:

composer install

After the compilation is done, you should be able to see OCT running at https://localhost/admin/tasks

You can also start the frontend’s dev server (with hot module replacement) by running this (outside of the Docker container):

cd Modules/OneClickTask && npm run dev