Skip to content
@mimic-cms

mimic-cms

Custom CMS for educational purposes. Project structure: https://docs.google.com/drawings/d/1yJ5yLKReuaacT7iBJ_e1gFYxj1wXQksChTv7nSJxPe4/edit?usp=sharing

Mimic CMS

A hand-built simple drag-and-drop CMS across multiple repositories (see other repositories in this organization.)

Running locally

Bash scripts in root of folder containing cloned repositories:

install.sh

#!/bin/bash
dirs=(./admin ./builder ./host)

for D in ${dirs[*]}; do (cd $D && echo "INSTALLING PACKAGES IN: $D" && exec npm i); done

launch.sh

#!/bin/bash
dirs=(./admin ./builder)

(trap "kill 0" SIGINT
for D in ${dirs[*]}; do
    cd $D && npm run dev &
done
wait)

Pinned Loading

  1. admin admin Public

    JavaScript

  2. builder builder Public

    Svelte

  3. host host Public

    JavaScript

Repositories

Showing 5 of 5 repositories
  • .github Public
    mimic-cms/.github’s past year of commit activity
    0 0 0 0 Updated Mar 21, 2024
  • host Public
    mimic-cms/host’s past year of commit activity
    JavaScript 0 0 0 0 Updated Jan 25, 2024
  • builder Public
    mimic-cms/builder’s past year of commit activity
    Svelte 0 0 0 0 Updated Nov 16, 2023
  • admin Public
    mimic-cms/admin’s past year of commit activity
    JavaScript 0 0 0 0 Updated Oct 15, 2023
  • library Public
    mimic-cms/library’s past year of commit activity
    0 0 0 0 Updated Jul 26, 2023

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…