Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 821 Bytes

File metadata and controls

24 lines (19 loc) · 821 Bytes

This project contains the code powering https://www.archlinux.de/, the German Arch Linux community website.

Dependencies

Optional

Setup

  1. Run just init to install dependencies, build and generate fixtures
  2. Run just run to start the application locally
  3. Run just for a full list of available commands

Contributing

Dev Mode

Run just dev to watch for Go, template and frontend changes and rebuild automatically (requires air).

Tests

For contributing you'll probably want to test your changes at least once before submitting a pull request. Run just test to run all tests.