Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.
/ articleman Public archive

Open-source publication management that lets you work less and get more done.

License

Notifications You must be signed in to change notification settings

LibArticles/articleman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2f4541 · Aug 1, 2024
Jun 5, 2024
Aug 1, 2024
Apr 7, 2024
Jun 27, 2024
May 31, 2024
Apr 20, 2023
Aug 1, 2024
Apr 2, 2024
Jun 5, 2024
Jun 27, 2024
Jun 27, 2024
Aug 9, 2023

Repository files navigation

Articleman

built with nix GitHub License

Project management for creators and journalists that doesn't suck.

Lightweight, monolithic and easy to use.

To develop without Flakes enabled:

	$ nix-shell -A devShells.x86_64-linux.backend

	# --or--

	$ nix-shell -A devShells.x86_64-linux.frontend

	# where the architecture is whatever your computer is running, typically x86_64-linux

To develop with Flakes enabled:

	$ nix develop .#backend

	# --or--

	$ nix develop .#frontend

Once you're there, just use Cargo or the Yarn package manager in the corresponding directory as you usually would.

To build the frontend through nix, just run nix build .#frontend.