Skip to content

devchris123/statix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statix

Statix is a modern, high-performance server application written in Go.

Features

  • Fast and lightweight
  • Modular architecture
  • Easy to deploy and configure

Getting Started

Prerequisites

  • Go 1.20 or newer

Installation

Clone the repository:

git clone https://github.com/yourusername/statix.git
cd statix

Build and Run

go build -o statix ./cmd/statix
./statix

Or run directly:

go run ./cmd/statix

Project Structure

  • cmd/ - Main applications for this project
  • internal/ - Private application and library code
  • pkg/ - Public libraries
  • docs/ - Documentation

Configuration

Describe configuration options here.

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Helps creating static websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages