Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 783 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 783 Bytes

BareCMS

BareCMS is an open-source Content Management System with the bare minimal.

Technologies

  • Frontend: React + Vite + TypeScript
  • Backend: Golang + SQLite

Current Status

Work in Progress: The project is under active development and may not be complete.

Prerequisites

  • Node.js (for frontend development)
  • Golang (for backend development)
  • Make (for running commands)

Usage

Install project

   git clone https://github.com/lucasnevespereira/barecms.git
   cd barecms

Build and start app with the following command

  make serve

Access the application:

Open your browser and visit http://localhost:8080.

License

MIT License. See the LICENSE file for details.