Categorygithub.com/umono-cms/umono
repositorypackage
0.1.1
Repository: https://github.com/umono-cms/umono.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Umono

Umono is a content management system written golang.

Features

  • CommonMark to HTML page creating

Next Feature

  • Theme agnostic responsive design

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 .