Skip to content

lucasnevespereira/barecms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.