Socket
Book a DemoInstallSign in
Socket

github.com/umono-cms/umono

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/umono-cms/umono

Source
Go
Version
v0.2.3
Version published
Created
Source

Umono

Umono is a content management system written golang.

Demo

You can demo it on build repository.

Production

You can use it on build repository.

Development

Requirements

  • Golang
  • Node.js

Admin UI

Umono has a admin UI written Vue.

Clone

git clone https://github.com/umono-cms/admin-ui

Change directory

cd admin-ui

Install packages

npm install

Start process for tailwindcss

npx tailwindcss -i ./input.css -o ./src/style.css --watch

Run

npm run dev

Backend

Clone

git clone https://github.com/umono-cms/umono

Change directory

cd umono

.env file

Copy .env file from .env-example and edit it

cp .env-example .env

Run server

go run .

FAQs

Package last updated on 22 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts